IL Assembly TextMate Grammar
May 18, 2026 ยท View on GitHub
IL Assembly TextMate Grammar
TextMate grammar for .NET intermediate language (IL) assembly. Used as a submodule by github-linguist/linguist (PR #7961).
Coverage
- Directives (
.assembly,.class,.method,.locals,.entrypoint, ...) - CIL opcodes (load, store, arithmetic, conversion, branch, compare, object, stack, prefix)
- Keywords and modifiers (
public,static,virtual,cil managed, ...) - Built-in types (
void,int32,float64,string,object, ...) - Strings, numbers, labels, byte arrays, assembly references