mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +00:00
* Update C syntax with keywords up to C23. * Update C syntax with some GCC extensions. * Update C# syntax with new keywords up to C# 12. * Update C# syntax with preprocessor directives. * Add Cake build script (C#) syntax. * Add MSBuild (XML) syntax.
7 lines
156 B
YAML
7 lines
156 B
YAML
filetype: cake
|
|
detect:
|
|
filename: "\\.cake$"
|
|
|
|
rules:
|
|
- include: "csharp"
|
|
- preproc: "^[[:space:]]*#(addin|break|l|load|module|r|reference|tool)"
|