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