mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
add CoNLL-U format (#4029)
* * add CoNLL-U format - add to languages.yml - add textmate grammar - add to vendor/README - add to grammars.yml - add samples * rm other extensions as I couldn't find properly licensed examples of them in the wild * substitutesamples for something with appropriate license * update grammar submodule so it finds the LICENSE * add license to grammar * * conllu - readd other extensions - abridge samples and a new one - update grammar submodule: correct extension of grammar file * rm .conllx extension
This commit is contained in:
committed by
Colin Seymour
parent
c2d3170064
commit
1bbcfa5683
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -898,3 +898,6 @@
|
||||
[submodule "vendor/grammars/atom-language-nextflow"]
|
||||
path = vendor/grammars/atom-language-nextflow
|
||||
url = https://github.com/nextflow-io/atom-language-nextflow
|
||||
[submodule "vendor/grammars/conllu-linguist-grammar"]
|
||||
path = vendor/grammars/conllu-linguist-grammar
|
||||
url = https://github.com/odanoburu/conllu-linguist-grammar
|
||||
|
||||
Reference in New Issue
Block a user