Skip to content

Commit

Permalink
replace constant.number with constant.numeric (#2389)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrHorn authored May 4, 2022
1 parent 09a17e4 commit 5ab669f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion runtime/queries/hcl/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
(identifier) @variable
(comment) @comment
(null_lit) @constant.builtin
(numeric_lit) @constant.number
(numeric_lit) @constant.numeric
(bool_lit) @constant.builtin.boolean

[
Expand Down
3 changes: 0 additions & 3 deletions runtime/themes/pop-dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ namespace = { fg = 'orangeL' }
'constant.character' = { fg = 'greenS' }
'constant.character.escape' = { fg = 'blueL' }
'constant.numeric' = { fg = 'redH' }
'constant.number' = { bg = 'blueH' }
'constant.number.integer' = { fg = 'orangeS' }
'constant.number.float' = { fg = 'orangeS' }
'string' = { fg = 'greenN' }
'string.regexp' = { fg = 'blueL' }
'string.special' = { fg = 'orangeW' }
Expand Down

0 comments on commit 5ab669f

Please sign in to comment.