UNPKG

233 BJavaScriptView Raw
1module.exports = {
2 "name": "CoNLL-U",
3 "type": "data",
4 "extensions": [
5 ".conllu",
6 ".conll"
7 ],
8 "tmScope": "text.conllu",
9 "aceMode": "text",
10 "aliases": [
11 "CoNLL",
12 "CoNLL-X"
13 ],
14 "languageId": 421026389
15}