mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
feat(parsers): add kitty (#8129)
This commit is contained in:
parent
9176343647
commit
db50897909
4 changed files with 215 additions and 0 deletions
|
|
@ -1205,6 +1205,14 @@ return {
|
|||
maintainers = { '@amaanq' },
|
||||
tier = 2,
|
||||
},
|
||||
kitty = {
|
||||
install_info = {
|
||||
revision = '49f877cff80ab613808b34bde170ea477ec182fe',
|
||||
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