Skip to content

Commit 55f45ce

Browse files
authored
Fix highlighting of load and reference directives in Cake syntax. (zyedidia#3341)
1 parent 650c0a8 commit 55f45ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/syntax/cake.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ detect:
44

55
rules:
66
- include: "csharp"
7-
- preproc: "^[[:space:]]*#(addin|break|l|load|module|r|reference|tool)"
7+
- preproc: "^[[:space:]]*#(addin|break|l(oad)?|module|r(eference)?|tool)"

0 commit comments

Comments
 (0)