mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 13:30:01 -04:00
feat: add Kos parser
Add parser, queries and tests for the Kos programming language.
This commit is contained in:
parent
300b906a95
commit
f0aa011440
8 changed files with 311 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ local filetypes = {
|
|||
janet_simple = { 'janet' },
|
||||
javascript = { 'javascriptreact', 'ecma', 'ecmascript', 'jsx', 'js' },
|
||||
json = { 'jsonc' },
|
||||
kos = { 'kos' },
|
||||
glimmer_javascript = { 'javascript.glimmer' },
|
||||
latex = { 'tex' },
|
||||
linkerscript = { 'ld' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue