Skip to content

Commit

Permalink
update queries for some constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoybean committed May 4, 2024
1 parent 9ed62bf commit 3d824f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/queries/elisp/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@

(comment) @comment

(integer) @number
(float) @number
(char) @number
(integer) @constant.numeric.integer
(float) @constant.numeric.float
(char) @constant.character

(string) @string

Expand Down

0 comments on commit 3d824f7

Please sign in to comment.