diff options
| author | Chris Dragan <chris@dragan.dev> | 2026-01-04 10:08:07 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-04 11:08:07 +0100 |
| commit | 31fc7e10cd7c1fd7717b439050d0f91c2c4f0a4b (patch) | |
| tree | 32249e8a96f55c0f9bad63e8d4712a08cb3f4034 /lua | |
| parent | fix(beancount): update to windows-compatible version (#8401) (diff) | |
| download | nvim-treesitter-31fc7e10cd7c1fd7717b439050d0f91c2c4f0a4b.tar nvim-treesitter-31fc7e10cd7c1fd7717b439050d0f91c2c4f0a4b.tar.gz nvim-treesitter-31fc7e10cd7c1fd7717b439050d0f91c2c4f0a4b.tar.bz2 nvim-treesitter-31fc7e10cd7c1fd7717b439050d0f91c2c4f0a4b.tar.lz nvim-treesitter-31fc7e10cd7c1fd7717b439050d0f91c2c4f0a4b.tar.xz nvim-treesitter-31fc7e10cd7c1fd7717b439050d0f91c2c4f0a4b.tar.zst nvim-treesitter-31fc7e10cd7c1fd7717b439050d0f91c2c4f0a4b.zip | |
feat: add kos parser and queries (#8389)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 9ce38664d..b7037d245 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1187,6 +1187,14 @@ return { maintainers = { '@OXY2DEV' }, tier = 2, }, + kos = { + install_info = { + revision = '5f11d41b3150b0837e8b3964151ebb7fc4f367e9', + url = 'https://github.com/kos-lang/tree-sitter-kos', + }, + maintainers = { '@cdragan' }, + tier = 2, + }, kotlin = { install_info = { revision = '57fb4560ba8641865bc0baa6b3f413b236112c4c', |
