mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
feat(parsers): Added kitty
This commit is contained in:
parent
7aa24acae3
commit
a3c1afb87a
3 changed files with 1103 additions and 0 deletions
|
|
@ -1205,6 +1205,14 @@ return {
|
|||
maintainers = { '@amaanq' },
|
||||
tier = 2,
|
||||
},
|
||||
kitty = {
|
||||
install_info = {
|
||||
revision = '57e8608da8c23381887e2c954e7d70a86b964535',
|
||||
url = 'https://github.com/OXY2DEV/tree-sitter-kitty',
|
||||
},
|
||||
maintainers = { '@OXY2DEV' },
|
||||
tier = 2,
|
||||
},
|
||||
kotlin = {
|
||||
install_info = {
|
||||
revision = '57fb4560ba8641865bc0baa6b3f413b236112c4c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue