https://github.com/rreverser/vscode-llvm
LLVM syntax highlight extension for VS Code
https://github.com/rreverser/vscode-llvm
Last synced: about 1 year ago
JSON representation
LLVM syntax highlight extension for VS Code
- Host: GitHub
- URL: https://github.com/rreverser/vscode-llvm
- Owner: RReverser
- Created: 2016-07-30T16:38:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T22:37:04.000Z (over 2 years ago)
- Last Synced: 2025-02-08T22:21:55.126Z (over 1 year ago)
- Homepage: https://marketplace.visualstudio.com/items?itemName=RReverser.llvm
- Size: 255 KB
- Stars: 13
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# LLVM
Syntax highlighting and snippets for LLVM IR (LLVM Intermediate Representation).
Syntax highlighting and snippets were taken from [LLVM TextMate Bundle](https://github.com/whitequark/LLVM.tmBundle).
## Features
- Basic syntax highlighting
- Snippets
### Snippets
Instruction | Short Cut
---|---
alloca|alloca
branch conditionally|br
branch unconditionally|bru
call|call
def|def
getelementptr|getelementptr
hello world program|hello
icmp|icmp
load|load
ret|ret
store|store
## Known Issues
- Please report grammar issues or suggestions to the [LLVM TextMate Bundle repository](https://github.com/whitequark/LLVM.tmBundle/issues) and extension-related suggestions [here](https://github.com/RReverser/vscode-llvm/issues).