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:
bruno cuconato
2018-02-21 12:27:32 -03:00
committed by Colin Seymour
parent c2d3170064
commit 1bbcfa5683
9 changed files with 628 additions and 2 deletions

3
.gitmodules vendored
View File

@@ -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