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
@@ -730,6 +730,17 @@ Closure Templates:
|
||||
- ".soy"
|
||||
tm_scope: text.html.soy
|
||||
language_id: 357046146
|
||||
CoNLL-U:
|
||||
type: data
|
||||
extensions:
|
||||
- ".conllu"
|
||||
- ".conll"
|
||||
tm_scope: text.conllu
|
||||
ace_mode: text
|
||||
aliases:
|
||||
- CoNLL
|
||||
- CoNLL-X
|
||||
language_id: 421026389
|
||||
CoffeeScript:
|
||||
type: programming
|
||||
tm_scope: source.coffee
|
||||
@@ -2907,7 +2918,7 @@ Nextflow:
|
||||
extensions:
|
||||
- ".nf"
|
||||
filenames:
|
||||
- "nextflow.config"
|
||||
- nextflow.config
|
||||
interpreters:
|
||||
- nextflow
|
||||
language_id: 506780613
|
||||
@@ -4190,7 +4201,7 @@ Scala:
|
||||
color: "#c22d40"
|
||||
extensions:
|
||||
- ".scala"
|
||||
- ".kojo"
|
||||
- ".kojo"
|
||||
- ".sbt"
|
||||
- ".sc"
|
||||
interpreters:
|
||||
|
||||
Reference in New Issue
Block a user