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.
2 parents 65c3609 + 5327bc6 commit ab3bb4bCopy full SHA for ab3bb4b
js.nanorc
@@ -57,8 +57,8 @@ color magenta "/[^*]([^/]|(\\/))*[^\\]/[gim]*"
57
color yellow "\\[0-7][0-7]?[0-7]?|\\x[0-9a-fA-F]+|\\[bfnrt'"`\?\\]"
58
59
## Comments
60
-color brightblue start="^\s*/\*" end="\*/"
61
-color brightblue "^\s*//.*$"
+color brightblue start="/\*" end="\*/"
+color brightblue "(^|\s)//.*$"
62
63
## Trailing spaces and mixed whitespaces
64
color ,green "[[:space:]]+$"
0 commit comments