mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +00:00
11 lines
238 B
Text
11 lines
238 B
Text
## 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:]]*##.*$"
|
|
|
|
|