mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-04 14:10:23 +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:
|
||||
- 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