* Nanorc: Copy comment syntax from nano 4.6 nanorcs

This commit is contained in:
Zach DeCook 2019-12-18 11:13:13 -05:00
parent c705a50603
commit 97f06f6c73
29 changed files with 47 additions and 2 deletions

View file

@ -1,6 +1,8 @@
## Here is an example for Java.
##
syntax "Java" "\.java$"
comment "//"
color green "\<(boolean|byte|char|double|float|int|long|new|short|this|transient|void)\>"
color red "\<(break|case|catch|continue|default|do|else|finally|for|if|return|switch|throw|try|while)\>"
color cyan "\<(abstract|class|extends|final|implements|import|instanceof|interface|native|package|private|protected|public|static|strictfp|super|synchronized|throws|volatile)\>"