Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colejcummins/llvm-syntax-highlighting
Syntax highlighting for llvm
https://github.com/colejcummins/llvm-syntax-highlighting
llvm syntax-highlighting vscode
Last synced: about 1 month ago
JSON representation
Syntax highlighting for llvm
- Host: GitHub
- URL: https://github.com/colejcummins/llvm-syntax-highlighting
- Owner: colejcummins
- License: mit
- Created: 2020-12-17T19:55:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T00:46:11.000Z (5 months ago)
- Last Synced: 2024-09-01T20:31:18.641Z (5 months ago)
- Topics: llvm, syntax-highlighting, vscode
- Language: LLVM
- Homepage:
- Size: 171 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
* InstructionsTo request language forms be added, simply add an issue or pull request to the [Github Repo](https://github.com/colejcummins/llvm-syntax-highlighting)