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 99d9073 commit e38db68Copy full SHA for e38db68
d.nanorc
@@ -29,7 +29,7 @@ color magenta "[(){}]" "\[" "\]"
29
## String highlighting. You will in general want your comments and
30
## strings to come last, because syntax highlighting rules will be
31
## applied in the order they are read in.
32
-color cyan "<[^= ]*>" ""(\\.|[^"])*""
+color cyan ""(\\.|[^"])*"" "`(\\.|[^"])*`"
33
34
## printf-family format specifiers
35
color yellow "%(\#|(0-+))?(s|c|d|u|b|o|x|X|e|E|f|F|g|G|a|A|r)"
0 commit comments