mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-24 09:47:19 +09:00
Add syntax highlighting files
This commit is contained in:
8
syntax_files/po.micro
Normal file
8
syntax_files/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