mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 08:20:05 -04:00
fix: typo in highlight group punct(u)ation
This commit is contained in:
parent
49f0ef8e54
commit
a0ad73493e
3 changed files with 14 additions and 14 deletions
|
|
@ -25,7 +25,7 @@
|
|||
)
|
||||
(include_statement
|
||||
"include" @include
|
||||
":" @punctation.delimiter
|
||||
":" @punctuation.delimiter
|
||||
(source_file) @uri
|
||||
)
|
||||
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
(null) @constant.builtin
|
||||
|
||||
|
||||
; punctation
|
||||
; punctuation
|
||||
; ----------
|
||||
|
||||
[
|
||||
|
|
@ -77,11 +77,11 @@
|
|||
"}"
|
||||
"["
|
||||
"]"
|
||||
] @punctation.bracket
|
||||
] @punctuation.bracket
|
||||
|
||||
[
|
||||
":"
|
||||
"."
|
||||
"?"
|
||||
] @punctation.delimiter
|
||||
] @punctuation.delimiter
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue