Skip to content

Commit

Permalink
Fixed highlighting of inline comments in javascript.nanorc
Browse files Browse the repository at this point in the history
  • Loading branch information
willow385 committed Aug 27, 2020
1 parent 4980f57 commit 09d9216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ color green "\<(Number|Object|RegExp|String)\>"
color red "[-+/*=<>!~%?:&|]"
color magenta "/[^*]([^/]|(\\/))*[^\\]/[gim]*"
color magenta "\\[0-7][0-7]?[0-7]?|\\x[0-9a-fA-F]+|\\[bfnrt'"\?\\]"
color brightblack "(^|[[:space:]])//.*"
color brightblack "//.*"
color brightblack "/\*.+\*/"
color brightwhite,cyan "TODO:?"
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'|(`|\})(\\.|[^`$]|$[^{])*(\$\{|`)"
Expand Down

0 comments on commit 09d9216

Please sign in to comment.