IL Assembly TextMate Grammar

May 18, 2026 ยท View on GitHub

GitHub repo size GitHub License GitHub Created At GitHub forks GitHub Repo stars

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

License

Unlicense