Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>LLVM Syntax HighlightingNew to Visual Studio Code? Get it now.
LLVM Syntax Highlighting

LLVM Syntax Highlighting

colejcummins

|
12,854 installs
| (3) | Free
Lightweight syntax highlighting for LLVM IR
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

llvm-syntax-highlighting

This extension provides simple, lightweight syntax highlighting for LLVM IR.



Language Forms Supported

This extension is meant to provide clean syntax highlighting to the most common language forms found in LLVM IR. An example .ll file highlighting the language forms supported can be found under ./lib/example.ll in the Github Repo

  • Types
    • primitive types
    • arrays
    • vectors
    • tokens
    • structs
  • Labels
    • branch ir
    • phi ir
  • Decorators
    • metadata
    • attributes
  • Functions
    • function headers
  • Instructions

To request language forms be added, simply add an issue or pull request to the Github Repo

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft