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:
Yorick Peterse 2024-11-28 17:40:28 +01:00 committed by Christian Clason
parent 02f8777252
commit 4d035005d3
2 changed files with 4 additions and 3 deletions

View file

@ -55,12 +55,13 @@
"as"
"for"
"impl"
"inline"
"let"
"move"
"mut"
"recover"
"ref"
"uni"
"move"
"recover"
] @keyword
"fn" @keyword.function