syntaxes: remove quotes from each syntax name, and color it differently

The different color will make the name stand out, as it should, instead
of looking the same as all the regex strings.
This commit is contained in:
Benno Schulenberg
2018-02-07 11:25:46 +01:00
parent 544cda6a62
commit 3e1fc6385b
45 changed files with 47 additions and 47 deletions

View File

@@ -1,6 +1,6 @@
## Syntax highlighting for Javascript.
syntax "javascript" "\.js$"
syntax javascript "\.js$"
comment "//"
# Declarational stuff.