-
WAITING FOR MICROSOFT TO MERGE github/linguist#4943
-
The [Linguist](https://github.com/github-linguist/linguist/) project is what GitHub uses for language detection and third-party grammar selection.
We can enable syntax highlighting for the ZenStack l…
-
Opened by @jayvdb at [gitter/coala/coala](https://gitter.im/coala/coala?at=5976d1c989aea4761dcfa60e)
-
Part of the #155
Right now enry uses content tokenization approach [based on regexps](https://github.com/github/linguist/pull/3846/files#diff-d5179df0b71620e3fac4535cd1368d15L60) from linguist befo…
-
via https://github.com/ropensci/dev_guide/issues/171#issuecomment-496201500 this repo is classified as html, some tweaking might be needed. h/t @bisaloo
-
When looking for project in GitHub you will see it reports the project is in C, while it's in Go
![Screenshot_20240806_183658_GitHub.jpg](https://github.com/user-attachments/assets/38453019-7825-4122…
-
Current view of a RON file in Github is rather [unusable](https://github.com/redox-os/orbgame/blob/master/examples/adventure/game.ron). Github uses [Linguist](https://github.com/github/linguist) for d…
kvark updated
2 years ago
-
### Feature Description
Specify custom languages, instance wide in Gitea.
Currently we create `.gitattributes` files in all our repositories to keep track of unsupported languages.
As you can ima…
-
The file [MD-pos.json](https://github.com/UAlbertaALTLab/crk-db/blob/aecd/lib/constants/MD-pos.json) contains heuristics to guess the POS annotation for MD entries. However, they may not be as precis…
-
Hello Cormullion. You can make linguist recognize newlisp by changing your extensions (I had the same problem).
```
for f in *.lsp; do
echo git mv $f ${f:0:-3}nl
done
```
Remove the **echo**, com…