mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-23 01:10:23 +00:00
9 lines
227 B
Text
9 lines
227 B
Text
## 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:]]*##.*$"
|