Skip to content

Commit

Permalink
REPL demo: remove multiline comment syntax from groovy.nanorc. Start …
Browse files Browse the repository at this point in the history
…comment char sequence breaks commandline highlight.
  • Loading branch information
mattirn committed Apr 16, 2021
1 parent ead6de8 commit adbf024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/src/main/scripts/groovy.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ color yellow "\<(true|false|null)\>"
color yellow "\<[A-Z]+([_]{1}[A-Z]+){0,}\>"
icolor yellow "\b(([1-9][0-9]+)|0+)\.[0-9]+\b" "\b[1-9][0-9]*\b" "\b0[0-7]*\b" "\b0x[1-9a-f][0-9a-f]*\b"
color blue "//.*"
color blue start="/\*" end="\*/"
color brightblue start="/\*\*" end="\*/"
#color blue start="/\*" end="\*/"
#color brightblue start="/\*\*" end="\*/"
color brightwhite,yellow "(FIXME|TODO|XXX)"

0 comments on commit adbf024

Please sign in to comment.