mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-06 15:10:27 +09:00
12 lines
238 B
Plaintext
12 lines
238 B
Plaintext
## Here is an example for nanorc files.
|
|
##
|
|
syntax "Conf" "\.c[o]?nf$"
|
|
## Possible errors and parameters
|
|
## Strings
|
|
color white (i) ""(\\.|[^"])*""
|
|
## Comments
|
|
color brightblue (i) "^[[:space:]]*#.*$"
|
|
color cyan (i) "^[[:space:]]*##.*$"
|
|
|
|
|