mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +00:00
10 lines
247 B
Text
10 lines
247 B
Text
## Here is an example for nanorc files.
|
|
##
|
|
syntax "conf" "\.c[o]?nf$"
|
|
## Possible errors and parameters
|
|
## Strings
|
|
color constant.string (i) ""(\\.|[^"])*""
|
|
## Comments
|
|
color comment (i) "^[[:space:]]*#.*$"
|
|
color comment (i) "^[[:space:]]*##.*$"
|
|
|