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