mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 22:10:01 -04:00
feat(inko): highlight "inline" keyword
The parser added support for the "inline" keyword in a few places. This ensures a highlight is present for the keyword.
This commit is contained in:
parent
02f8777252
commit
4d035005d3
2 changed files with 4 additions and 3 deletions
|
|
@ -55,12 +55,13 @@
|
|||
"as"
|
||||
"for"
|
||||
"impl"
|
||||
"inline"
|
||||
"let"
|
||||
"move"
|
||||
"mut"
|
||||
"recover"
|
||||
"ref"
|
||||
"uni"
|
||||
"move"
|
||||
"recover"
|
||||
] @keyword
|
||||
|
||||
"fn" @keyword.function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue