mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 08:35:39 +01:00
Merge pull request #215 from nooitaf/patch-1
javascript.nanorc - highlights ending brace too
This commit is contained in:
commit
ee21b12aa3
@ -3,7 +3,7 @@ syntax "JavaScript" "\.js$"
|
|||||||
color blue "\<[-+]?([1-9][0-9]*|0[0-7]*|0x[0-9a-fA-F]+)([uU][lL]?|[lL][uU]?)?\>"
|
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]+\.[0-9]*|[0-9]*\.[0-9]+)([EePp][+-]?[0-9]+)?[fFlL]?"
|
||||||
color blue "\<[-+]?([0-9]+[EePp][+-]?[0-9]+)[fFlL]?"
|
color blue "\<[-+]?([0-9]+[EePp][+-]?[0-9]+)[fFlL]?"
|
||||||
color brightblue "[A-Za-z_][A-Za-z0-9_]*[[:space:]]*[(]"
|
color brightblue "[A-Za-z_][A-Za-z0-9_]*[[:space:]]*[(]|)"
|
||||||
color cyan "\<(break|case|catch|continue|default|delete|do|else|finally)\>"
|
color cyan "\<(break|case|catch|continue|default|delete|do|else|finally)\>"
|
||||||
color cyan "\<(for|function|get|if|in|instanceof|new|return|set|switch)\>"
|
color cyan "\<(for|function|get|if|in|instanceof|new|return|set|switch)\>"
|
||||||
color cyan "\<(switch|this|throw|try|typeof|var|void|while|with)\>"
|
color cyan "\<(switch|this|throw|try|typeof|var|void|while|with)\>"
|
||||||
|
Loading…
Reference in New Issue
Block a user