Skip to content

Commit

Permalink
removed error match & change captures to match https://docs.helix-edi…
Browse files Browse the repository at this point in the history
  • Loading branch information
millergarym committed Apr 3, 2024
1 parent a2cc828 commit 933715d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions runtime/queries/adl/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,24 @@
(doc_comment) @info
(name) @type

(ERROR) @error

(fname) @property

(type_expr (scoped_name) @type)

(type_expr (scoped_name) @generic (type_param) @type.param)
(type_expr (scoped_name) @generic (type_param) @type.parameter)

; json
(key) @string.special.key

(string) @string

(number) @number
(number) @constant.numeric

[
(null)
(true)
(false)
] @constant.builtin

(escape_sequence) @escape
(escape_sequence) @constant.character.escape

0 comments on commit 933715d

Please sign in to comment.