mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-16 22:10:26 +00:00
Fix highlighting of load and reference directives in Cake syntax. (#3341)
This commit is contained in:
parent
650c0a8db0
commit
55f45ce8ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue