mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 06:37:14 +09:00
Add cross-compilation script
This commit is contained in:
8
runtime/syntax/po.micro
Normal file
8
runtime/syntax/po.micro
Normal file
@@ -0,0 +1,8 @@
|
||||
syntax "PO" "\.pot?$"
|
||||
|
||||
color cyan "\b(msgid|msgstr)\b"
|
||||
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
||||
color magenta "\\.?"
|
||||
color brightblack "(^|[[:space:]])#([^{].*)?$"
|
||||
color ,green "[[:space:]]+$"
|
||||
color ,red " + +| + +"
|
||||
Reference in New Issue
Block a user