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 e38db68 commit e30c372Copy full SHA for e30c372
d.nanorc
@@ -8,7 +8,11 @@ color green "\<(try|throw|catch|scope|finally)\>"
8
color green "\<(align|asm|assert|auto|const|export|null|shared|typeid|typeof|final)\>"
9
color brightmagenta "\<(goto|continue|break|return)\>"
10
color brightcyan "\<(import|pragma|version|mixin|module|macro)\>"
11
-color brightmagenta "'([^'\]|(\\["'abfnrtv\\]))'" "'\\(([0-3]?[0-7]{1,2}))'" "'\\x[0-9A-Fa-f]{1,2}'"
+color brightmagenta "'([^'\]|(\\["'abfnrtv\\]))'"
12
+
13
+## numbers
14
+color brightwhite "0?(b|B)[01_]+" "octal![0-7]+" "0?(x|X)[0-9A-Fa-f_]+"
15
+color normal "octal"
16
17
## accessors and other class/struct keywords
18
color blue "\<(abstract|override|package|private|protected|public|super|static|this|new)\>"
0 commit comments