mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 22:27:13 +09:00
Fix highlighting of load and reference directives in Cake syntax. (#3341)
This commit is contained in:
committed by
GitHub
parent
650c0a8db0
commit
55f45ce8ff
@@ -4,4 +4,4 @@ detect:
|
|||||||
|
|
||||||
rules:
|
rules:
|
||||||
- include: "csharp"
|
- include: "csharp"
|
||||||
- preproc: "^[[:space:]]*#(addin|break|l|load|module|r|reference|tool)"
|
- preproc: "^[[:space:]]*#(addin|break|l(oad)?|module|r(eference)?|tool)"
|
||||||
|
|||||||
Reference in New Issue
Block a user