https://github.com/Calcoph/vscode-hexpat
vscode syntax highlighting for IMHex's pattern language
https://github.com/Calcoph/vscode-hexpat
imhex syntax-highlighting vscode vscode-extension
Last synced: 2 months ago
JSON representation
vscode syntax highlighting for IMHex's pattern language
- Host: GitHub
- URL: https://github.com/Calcoph/vscode-hexpat
- Owner: Calcoph
- License: gpl-2.0
- Created: 2022-07-12T16:27:57.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-17T21:56:20.000Z (almost 3 years ago)
- Last Synced: 2024-10-14T18:56:05.564Z (7 months ago)
- Topics: imhex, syntax-highlighting, vscode, vscode-extension
- Homepage:
- Size: 177 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Language support for ImHex's pattern language.
## Features
Syntax highlighting.
## How to Install
The extension is now availble on vscode's extension marketplace. [here.](https://marketplace.visualstudio.com/items?itemName=calcoph.vscode-hexpat)
## Interesting token names
Some tokens will probably not be picked up by your theme,
so you should add them manually in your vscode configuration.* `variable.language.dollar.hexpat` for the special `$` operator.
* `variable.language.parent.hexpat` for the keyword `parent`.You can inspect all the tokens you need with vscode's `Developer: Inspect Editor Tokens and Scopes`.