]> git.lizzy.rs Git - micro.git/blobdiff - syntax_files/gentoo.micro
Proper window resize handling
[micro.git] / syntax_files / gentoo.micro
index 2a3a9bd4f94ac65508c6fd8f6957cd572e46cb9a..49dec1a8d327aebae66cd545ce97224205b23adc 100644 (file)
@@ -22,7 +22,7 @@ color brightblue "prepall(docs|info|man|strip)" "prep(info|lib|lib\.(so|a)|man|s
 color brightblue "\b(doc|ins|exe)into\b" "\bf(owners|perms)\b" "\b(exe|ins|dir)opts\b"
 ## Highlight common commands used in ebuilds
 color blue "\bmake\b" "\b(cat|cd|chmod|chown|cp|echo|env|export|grep|let|ln|mkdir|mv|rm|sed|set|tar|touch|unset)\b"
-## Highlight comments (doesnt work that well)
+## Highlight brightblacks (doesnt work that well)
 color yellow "#.*$"
 ## Highlight strings (doesnt work that well)
 color brightyellow ""(\\.|[^\"])*"" "'(\\.|[^'])*'"