mirror of
https://github.com/zyedidia/micro.git
synced 2025-06-18 14:55:38 -04: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.
8 lines
156 B
YAML
8 lines
156 B
YAML
filetype: cake
|
|
detect:
|
|
filename: "\\.cake$"
|
|
|
|
rules:
|
|
- include: "csharp"
|
|
- preproc: "^[[:space:]]*#(addin|break|l|load|module|r|reference|tool)"
|