mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-05 22:50:21 +09:00
11 lines
247 B
Plaintext
11 lines
247 B
Plaintext
## 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:]]*##.*$"
|
|
|