replace constant.number with constant.numeric (#2389)
This commit is contained in:
parent
09a17e4fa3
commit
5ab669f1ac
2 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
||||
[
|
||||
|
|
|
@ -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' }
|
||||
|
|
Loading…
Reference in a new issue