mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(inko): update parser and highlights
This commit includes syntax support for a few new syntax elements, and updates the highlights queries to highlight two new expression keywords.
This commit is contained in:
parent
4709d4276c
commit
b684696315
2 changed files with 6 additions and 1 deletions
|
|
@ -1042,7 +1042,7 @@ return {
|
||||||
},
|
},
|
||||||
inko = {
|
inko = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = '1fcbf8ca64b1a088525235662ad80aa803d97413',
|
revision = '080e957d94b330e3867f063b148a8050b0888f4e',
|
||||||
url = 'https://github.com/inko-lang/tree-sitter-inko',
|
url = 'https://github.com/inko-lang/tree-sitter-inko',
|
||||||
},
|
},
|
||||||
maintainers = { '@yorickpeterse' },
|
maintainers = { '@yorickpeterse' },
|
||||||
|
|
|
||||||
|
|
@ -64,6 +64,11 @@
|
||||||
"uni"
|
"uni"
|
||||||
] @keyword
|
] @keyword
|
||||||
|
|
||||||
|
[
|
||||||
|
"async"
|
||||||
|
"await"
|
||||||
|
] @keyword.coroutine
|
||||||
|
|
||||||
"fn" @keyword.function
|
"fn" @keyword.function
|
||||||
|
|
||||||
"import" @keyword.import
|
"import" @keyword.import
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue