mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Fixed highlighting of inline comments in c.nanorc
This commit is contained in:
parent
dcad108a3b
commit
7d8b17832a
1 changed files with 3 additions and 3 deletions
2
c.nanorc
2
c.nanorc
|
|
@ -37,7 +37,7 @@ color cyan "<[^= ]*>" ""(\\.|[^"])*""
|
||||||
#color cyan start=""(\\.|[^"])*\\[[:space:]]*$" end="^(\\.|[^"])*""
|
#color cyan start=""(\\.|[^"])*\\[[:space:]]*$" end="^(\\.|[^"])*""
|
||||||
|
|
||||||
## Comment highlighting
|
## Comment highlighting
|
||||||
color brightblue "^\s*//.*"
|
color brightblue "//.*"
|
||||||
color brightblue start="/\*" end="\*/"
|
color brightblue start="/\*" end="\*/"
|
||||||
|
|
||||||
# Highlighting for documentation comments
|
# Highlighting for documentation comments
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue