mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(tiger): remove duplicate keywords
This commit is contained in:
parent
fcba0368a6
commit
dc23e86e47
1 changed files with 0 additions and 8 deletions
|
|
@ -43,27 +43,19 @@
|
|||
[
|
||||
"array"
|
||||
(break_expression)
|
||||
"do"
|
||||
"else"
|
||||
"end"
|
||||
"for"
|
||||
"function"
|
||||
"if"
|
||||
"import"
|
||||
"in"
|
||||
"let"
|
||||
"of"
|
||||
"primitive"
|
||||
"then"
|
||||
"to"
|
||||
"type"
|
||||
"var"
|
||||
"while"
|
||||
|
||||
"class"
|
||||
"extends"
|
||||
"method"
|
||||
"new"
|
||||
|
||||
"_cast"
|
||||
"_chunks"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue