mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 16:30:02 -04:00
chore: update commit and highlights to most recent version
This commit is contained in:
parent
57bee5b4b8
commit
b9173266f7
7 changed files with 88 additions and 20 deletions
|
|
@ -1,3 +1,7 @@
|
|||
; AUTO-GENERATED by scripts/sync_queries.py
|
||||
; Edit only the LOCAL section in composed files.
|
||||
; File: highlights.scm
|
||||
; === BEGIN EXPR ===
|
||||
(pattern_expression) @string.regexp
|
||||
|
||||
[
|
||||
|
|
@ -113,11 +117,12 @@
|
|||
"'?"
|
||||
"!"
|
||||
"?"
|
||||
"--"
|
||||
] @operator
|
||||
|
||||
(bracket) @punctuation.bracket
|
||||
|
||||
; === END EXPR ===
|
||||
; === BEGIN CORE ===
|
||||
(macro_arg) @variable.member
|
||||
|
||||
(macro_value) @constant.builtin
|
||||
|
|
@ -186,8 +191,7 @@
|
|||
(keyword_public)
|
||||
(keyword_private)
|
||||
(keyword_methodimpl)
|
||||
(open_keywords)
|
||||
(use_keywords)
|
||||
(device_keywords)
|
||||
(close_parameter_option_value)
|
||||
(keyword_clear)
|
||||
(keyword_on)
|
||||
|
|
@ -268,6 +272,10 @@
|
|||
(command_break)
|
||||
] @comment
|
||||
|
||||
"--" @operator
|
||||
|
||||
; === END CORE ===
|
||||
; === BEGIN LOCAL ===
|
||||
(iris_username) @keyword.directive
|
||||
|
||||
[
|
||||
|
|
@ -346,3 +354,5 @@
|
|||
(index_property_type)
|
||||
(typename)
|
||||
] @type.builtin
|
||||
|
||||
; === END LOCAL ===
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue