mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -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"
|
"array"
|
||||||
(break_expression)
|
(break_expression)
|
||||||
"do"
|
|
||||||
"else"
|
"else"
|
||||||
"end"
|
"end"
|
||||||
"for"
|
|
||||||
"function"
|
|
||||||
"if"
|
"if"
|
||||||
"import"
|
"import"
|
||||||
"in"
|
"in"
|
||||||
"let"
|
"let"
|
||||||
"of"
|
"of"
|
||||||
"primitive"
|
|
||||||
"then"
|
"then"
|
||||||
"to"
|
|
||||||
"type"
|
"type"
|
||||||
"var"
|
"var"
|
||||||
"while"
|
|
||||||
|
|
||||||
"class"
|
"class"
|
||||||
"extends"
|
"extends"
|
||||||
"method"
|
|
||||||
"new"
|
|
||||||
|
|
||||||
"_cast"
|
"_cast"
|
||||||
"_chunks"
|
"_chunks"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue