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