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:
authorAaron Muir Hamilton <aaron@correspondwith.me>2013-11-14 23:11:32 +0400
committerAaron Muir Hamilton <aaron@correspondwith.me>2013-11-14 23:11:32 +0400
commit74c4b9d120b6b53a43a6ee9bef1c843269025bee (patch)
tree8dac54632722ef5fe1ed99a2d16c536b92558977
parent5f887c7e87a615f2cc1489670dbbcaab51e4752d (diff)
Remove goofy text from js.nanorc
-rw-r--r--js.nanorc16
1 files changed, 1 insertions, 15 deletions
diff --git a/js.nanorc b/js.nanorc
index bf84ef5..7a7d5ae 100644
--- a/js.nanorc
+++ b/js.nanorc
@@ -1,18 +1,4 @@
-### all *js files ( e.g. Firefox user.js, prefs.js )
-
-## Old version
-
-#syntax "jsfiles" "(\.|/)js$"
-#color green "//.*$" start="\/\*" end="\*\/"
-#color blue "'(\\.|[^'])*'"
-#color red ""(\\.|[^\"])*""
-#color brightgreen "\<(true)\>"
-#color brightred "\<(false)\>" "http\:\/\/.*$"
-#color brightmagenta "[0-9](\\.|[^\"])*)"
-
-## New updated taken from http://wiki.linuxhelp.net/index.php/Nano_Syntax_Highlighting
-
-syntax "JavaScript" "\.(js)$"
+syntax "javascript" "\.js$"
## Default
color white "^.+$"
## Decimal, cotal and hexadecimal numbers