chore: update commit and highlights to most recent version

This commit is contained in:
Hannah 2026-03-30 12:38:42 -04:00
parent 57bee5b4b8
commit b9173266f7
No known key found for this signature in database
GPG key ID: 0C1C205F4C354DE1
7 changed files with 88 additions and 20 deletions

View file

@ -117,7 +117,6 @@
"'?"
"!"
"?"
"--"
] @operator
(bracket) @punctuation.bracket
@ -192,8 +191,7 @@
(keyword_public)
(keyword_private)
(keyword_methodimpl)
(open_keywords)
(use_keywords)
(device_keywords)
(close_parameter_option_value)
(keyword_clear)
(keyword_on)
@ -274,6 +272,8 @@
(command_break)
] @comment
"--" @operator
; === END CORE ===
; === BEGIN LOCAL ===
(routine_type) @type.builtin
@ -282,4 +282,6 @@
(routine) @keyword.type
(compiled_header) @markup.heading
; === END LOCAL ===

View file

@ -1,3 +1,11 @@
; AUTO-GENERATED by scripts/sync_queries.py
; Edit only the LOCAL section in composed files.
; File: indents.scm
; === BEGIN CORE ===
"{" @indent.begin
"}" @indent.end
; === END CORE ===
; === BEGIN LOCAL ===
; === END LOCAL ===

View file

@ -1,3 +1,7 @@
; AUTO-GENERATED by scripts/sync_queries.py
; Edit only the LOCAL section in composed files.
; File: injections.scm
; === BEGIN CORE ===
(embedded_html
(angled_bracket_fenced_text) @injection.content
(#set! injection.language "html"))
@ -25,3 +29,7 @@
(block_comment)
] @injection.content
(#set! injection.language "comment"))
; === END CORE ===
; === BEGIN LOCAL ===
; === END LOCAL ===