Skip to content

Commit

Permalink
Minor highlight tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Dec 30, 2024
1 parent 7a78fb4 commit b2915aa
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions queries/lean/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"private"
"protected"
"unsafe"
] @keyword
] @keyword.modifier

[
"apply"
Expand Down Expand Up @@ -196,7 +196,7 @@
[(true) (false)] @boolean

(number) @number
(float) @float
(float) @number.float

(comment) @comment
(char) @character
Expand All @@ -211,7 +211,12 @@
"{" @punctuation.special
"}" @punctuation.special)

["(" ")" "[" "]" "{" "}" "" ""] @punctuation.bracket
[
"(" ")"
"[" "]"
"{" "}"
"" ""
] @punctuation.bracket

["|" "," "." ":" ";"] @punctuation.delimiter

Expand Down

0 comments on commit b2915aa

Please sign in to comment.