mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -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
99bd52ba56
commit
0839ed92d1
2 changed files with 6 additions and 1 deletions
|
|
@ -64,6 +64,11 @@
|
|||
"uni"
|
||||
] @keyword
|
||||
|
||||
[
|
||||
"async"
|
||||
"await"
|
||||
] @keyword.coroutine
|
||||
|
||||
"fn" @keyword.function
|
||||
|
||||
"import" @keyword.import
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue