mirror of
https://github.com/zyedidia/micro.git
synced 2025-06-18 06:45:40 -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.
7 lines
104 B
YAML
7 lines
104 B
YAML
filetype: msbuild
|
|
detect:
|
|
filename: "\\.(.*proj|props|targets|tasks)$"
|
|
|
|
rules:
|
|
- include: "xml"
|