mirror of
https://github.com/scopatz/nanorc
synced 2025-04-08 14:50:05 +02: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…
x
Reference in New Issue
Block a user