You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3116,8 +3116,8 @@ comments rather than code.
3116
3116
If cloc does not recognize a language you are interested in counting,
3117
3117
you can either
3118
3118
3119
-
#. [implement it yourself](#implement-it-yourself),
3120
-
#. [request it to be implemented](#request-to-implement).
3119
+
1.[implement it yourself](#implement-it-yourself),
3120
+
2.[request it to be implemented](#request-to-implement).
3121
3121
3122
3122
<aname="implement-it-yourself"></a> []({{{1)
3123
3123
## Implement an Additional Language
@@ -3178,7 +3178,7 @@ In short, you will need to:
3178
3178
},
3179
3179
```
3180
3180
3181
-
- Make sure you examine the output of `tests/outputs/<Language name>.<extension>.yaml` and that it is correct, then run `make test` from the `Unix` folder to make sure your test was successful.
3181
+
- Make sure you examine the output of `tests/outputs/<Language name>.<extension>.yaml` and that it is correct, then run `make test` from the `Unix` folder to make sure your test was successful.
3182
3182
3183
3183
You can use [this pull request](https://github.com/AlDanial/cloc/pull/962) or [this one](https://github.com/AlDanial/cloc/pull/947) as guidelines.
0 commit comments