Skip to content

Commit e38db68

Browse files
authored
added backticks and removed some legacy C stuff
1 parent 99d9073 commit e38db68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

d.nanorc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ color magenta "[(){}]" "\[" "\]"
2929
## String highlighting. You will in general want your comments and
3030
## strings to come last, because syntax highlighting rules will be
3131
## applied in the order they are read in.
32-
color cyan "<[^= ]*>" ""(\\.|[^"])*""
32+
color cyan ""(\\.|[^"])*"" "`(\\.|[^"])*`"
3333

3434
## printf-family format specifiers
3535
color yellow "%(\#|(0-+))?(s|c|d|u|b|o|x|X|e|E|f|F|g|G|a|A|r)"

0 commit comments

Comments
 (0)