mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
* Nanorc: Copy comment syntax from nano 4.6 nanorcs
This commit is contained in:
parent
c705a50603
commit
97f06f6c73
29 changed files with 47 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
syntax "JavaScript" "\.js$"
|
||||
|
||||
comment "//"
|
||||
color blue "\<[-+]?([1-9][0-9]*|0[0-7]*|0x[0-9a-fA-F]+)([uU][lL]?|[lL][uU]?)?\>"
|
||||
color blue "\<[-+]?([0-9]+\.[0-9]*|[0-9]*\.[0-9]+)([EePp][+-]?[0-9]+)?[fFlL]?"
|
||||
color blue "\<[-+]?([0-9]+[EePp][+-]?[0-9]+)[fFlL]?"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue