mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 06:12:35 +09:00
Add cross-compilation script
This commit is contained in:
11
runtime/syntax/conf.micro
Normal file
11
runtime/syntax/conf.micro
Normal file
@@ -0,0 +1,11 @@
|
||||
## 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:]]*##.*$"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user