Skip to content
/ nanorc Public
forked from scopatz/nanorc

Commit

Permalink
Fixed higlighting of inline comments in java.nanorc
Browse files Browse the repository at this point in the history
  • Loading branch information
willow385 authored Aug 27, 2020
1 parent 7d8b178 commit 4980f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ color cyan "\<(abstract|class|extends|final|implements|import|instanceof|interfa
color red ""[^"]*""
color yellow "\<(true|false|null)\>"
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 "^\s*//.*"
color blue "//.*"
color blue start="^\s*/\*" end="\*/"
color brightblue start="/\*\*" end="\*/"

Expand Down

0 comments on commit 4980f57

Please sign in to comment.