An IntelliJ IDEA plugin adding MLIR (Multi-Level Intermediate Representation) language support.
- Syntax Highlighting – customizable color schemes
- File Recognition – automatic handling of
.mlirfiles - Lexer & Parser – full PSI-based analysis, brace matching, and commenting
- Navigation – find usages, resolve SSA values and symbols
- Custom Colors – configurable in IDE settings
- Adds run configs, play icons, and auto-generated execution setups for MLIR
RUNdirectives (e.g.,// RUN: mlir-opt %s | filecheck %s)
- Download from Releases
- In IntelliJ:
File → Settings → Plugins → Install Plugin from Disk - Restart IDE
- IntelliJ IDEA, CLion, and other JetBrains IDEs with language support
Pull requests and issues are welcome.