Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/serialhex/nano-highlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Nordlund <max.nordlund@gmail.com>2013-04-24 02:36:24 +0400
committerMax Nordlund <max.nordlund@gmail.com>2013-04-24 02:36:24 +0400
commit01829b59e1914fff2add4afebf5b0986a2431dce (patch)
tree71f94976c5f8c46ac999720a099fe7c62730199a /js.nanorc
parent6aa506d5fd52fe436cfca2ce0e7e5f67d0271c14 (diff)
Fixed broken regexs'
Diffstat (limited to 'js.nanorc')
-rw-r--r--js.nanorc2
1 files changed, 1 insertions, 1 deletions
diff --git a/js.nanorc b/js.nanorc
index ed2b8f2..bf84ef5 100644
--- a/js.nanorc
+++ b/js.nanorc
@@ -2,7 +2,7 @@
## Old version
-#syntax "jsfiles" "(\.|/|)js$"
+#syntax "jsfiles" "(\.|/)js$"
#color green "//.*$" start="\/\*" end="\*\/"
#color blue "'(\\.|[^'])*'"
#color red ""(\\.|[^\"])*""