mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -04:00
highlights(hack): fix typo in "tuple" keyword
https://github.com/slackhq/tree-sitter-hack/pull/34
This commit is contained in:
parent
7721e67368
commit
1031bb4769
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@
|
||||||
|
|
||||||
[
|
[
|
||||||
"shape"
|
"shape"
|
||||||
"tupe"
|
"tuple"
|
||||||
(array_type)
|
(array_type)
|
||||||
"bool"
|
"bool"
|
||||||
"float"
|
"float"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue