mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 00:40:06 -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
|
|
@ -354,7 +354,7 @@
|
||||||
"revision": "962568c9efa71d25720ab42c5d36e222626ef3a6"
|
"revision": "962568c9efa71d25720ab42c5d36e222626ef3a6"
|
||||||
},
|
},
|
||||||
"inko": {
|
"inko": {
|
||||||
"revision": "aecabede39b0db05678e2d4686258d4f71b00a51"
|
"revision": "a6fb0b0bfee5dede688968fd91282da799e5aa8e"
|
||||||
},
|
},
|
||||||
"ispc": {
|
"ispc": {
|
||||||
"revision": "9b2f9aec2106b94b4e099fe75e73ebd8ae707c04"
|
"revision": "9b2f9aec2106b94b4e099fe75e73ebd8ae707c04"
|
||||||
|
|
|
||||||
|
|
@ -55,12 +55,13 @@
|
||||||
"as"
|
"as"
|
||||||
"for"
|
"for"
|
||||||
"impl"
|
"impl"
|
||||||
|
"inline"
|
||||||
"let"
|
"let"
|
||||||
|
"move"
|
||||||
"mut"
|
"mut"
|
||||||
|
"recover"
|
||||||
"ref"
|
"ref"
|
||||||
"uni"
|
"uni"
|
||||||
"move"
|
|
||||||
"recover"
|
|
||||||
] @keyword
|
] @keyword
|
||||||
|
|
||||||
"fn" @keyword.function
|
"fn" @keyword.function
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue