mirror of
https://github.com/scopatz/nanorc
synced 2024-11-23 19:00:27 +01:00
Fixed highlighting of inline comments in c.nanorc
This commit is contained in:
parent
dcad108a3b
commit
7d8b17832a
2
c.nanorc
2
c.nanorc
|
@ -37,7 +37,7 @@ color cyan "<[^= ]*>" ""(\\.|[^"])*""
|
|||
#color cyan start=""(\\.|[^"])*\\[[:space:]]*$" end="^(\\.|[^"])*""
|
||||
|
||||
## Comment highlighting
|
||||
color brightblue "^\s*//.*"
|
||||
color brightblue "//.*"
|
||||
color brightblue start="/\*" end="\*/"
|
||||
|
||||
# Highlighting for documentation comments
|
||||
|
|
Loading…
Reference in New Issue
Block a user