mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-06 15:10:27 +09:00
This may be a breaking change if you are using a plugin that checks the filetype. All the default plugins are now updated, just make the filetype you were checking for previously all lowercase.
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:]]*##.*$"
|
|
|