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 43faeef commit 132f341Copy full SHA for 132f341
C.sublime-syntax
@@ -97,7 +97,7 @@ contexts:
97
# Float literals (hexadecimal) (DONE)
98
- match: \b0(x|X)[0-9a-fA-F]*\.?[0-9a-fA-F]*(?<=[0-9a-fA-F\.])((e|E|p|P)[0-9a-fA-F]+)?(f|F|l|L)?\b
99
scope: constant.numeric.float
100
-
+
101
# String literals (DONE)
102
# Uncomment the commented out sections below if you want colouring within the string
103
- match: \"
@@ -131,6 +131,10 @@ contexts:
131
pop: true
132
- meta_scope: string.quoted.single
133
134
+ # String & character literal prefixes (DONE)
135
+ - match: \b(L|u8|u|U)\b\s*(?=(\'|\"))
136
+ scope: storage.type
137
138
# Control (DONE)
139
- match: \b({{control}})\b
140
scope: keyword.control
0 commit comments