mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 06:37:14 +09:00
Add syntax flags and fix a couple highlighting bugs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
## Arch PKGBUILD files
|
||||
##
|
||||
syntax "PKGBUILD" "^.*PKGBUILD$"
|
||||
color green "(?s)^..*?$"
|
||||
color green (s) "^..*?$"
|
||||
color cyan "^.*(pkgbase|pkgname|pkgver|pkgrel|pkgdesc|arch|url|license).*=.*$"
|
||||
color brightcyan "\b(pkgbase|pkgname|pkgver|pkgrel|pkgdesc|arch|url|license)\b"
|
||||
color brightcyan "(\$|\$\{|\$\()(pkgbase|pkgname|pkgver|pkgrel|pkgdesc|arch|url|license)(\}|\))"
|
||||
|
||||
Reference in New Issue
Block a user