mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
adding spell capture back, punctuation improvements
This commit is contained in:
parent
1d05911363
commit
234b11f2c8
1 changed files with 5 additions and 5 deletions
|
|
@ -98,9 +98,6 @@
|
|||
|
||||
(constant) @constant
|
||||
|
||||
; Keywords
|
||||
(as) @keyword
|
||||
|
||||
; Operators
|
||||
[
|
||||
"="
|
||||
|
|
@ -125,7 +122,7 @@
|
|||
(invalid) @constant.builtin
|
||||
|
||||
; Comments
|
||||
(comment) @comment
|
||||
(comment) @comment @spell
|
||||
|
||||
; Punctuation
|
||||
[
|
||||
|
|
@ -135,10 +132,13 @@
|
|||
"]"
|
||||
"{"
|
||||
"}"
|
||||
"?["
|
||||
] @punctuation.bracket
|
||||
|
||||
[
|
||||
"."
|
||||
","
|
||||
"?."
|
||||
"?["
|
||||
] @punctuation.delimiter
|
||||
|
||||
; Special highlights for library statements
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue