Fix highlighting of load and reference directives in Cake syntax. (#3341)

This commit is contained in:
Alex Rønne Petersen
2024-06-13 19:57:39 +02:00
committed by GitHub
parent 650c0a8db0
commit 55f45ce8ff

View File

@@ -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)"