Rename syntax definitions
Duplicate syntax definition names may cause problems. Since nano comes with predefined all-lowercase syntax definitions, we use uppercase letters everywhere to reduce the risk of future conflicts
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
## Here is an example for css files.
|
||||
##
|
||||
|
||||
syntax "css" "\.(css|scss)$"
|
||||
syntax "CSS" "\.(css|scss)$"
|
||||
color brightred "."
|
||||
color brightyellow start="\{" end="\}"
|
||||
color brightwhite start=":" end="[;^\{]"
|
||||
|
||||
Reference in New Issue
Block a user