We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a672c2 commit f4162e6Copy full SHA for f4162e6
runtime/queries/nu/highlights.scm
@@ -46,7 +46,7 @@
46
47
; ---
48
; literals
49
-(val_number) @constant.numeric
+(val_number) @number
50
51
(val_duration
52
unit: _ @variable.parameter)
@@ -59,13 +59,13 @@
59
"0b"
60
"0o"
61
"0x"
62
- ] @constant.numeric
+ ] @number
63
"[" @punctuation.bracket
64
digit: [
65
"," @punctuation.delimiter
66
- (hex_digit) @constant.numeric
+ (hex_digit) @number
67
]
68
- "]" @punctuation.bracket) @constant.numeric
+ "]" @punctuation.bracket) @number
69
70
(val_bool) @constant.builtin
71
@@ -77,7 +77,7 @@ arg_str: (val_string) @variable.parameter
77
78
file_path: (val_string) @variable.parameter
79
80
-(val_date) @constant.numeric
+(val_date) @number
81
82
(inter_escape_sequence) @constant.character.escape
83
0 commit comments