Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/move-hub/move-syntax-highlight
vscode plugin to do syntax highlight for libra move lang
https://github.com/move-hub/move-syntax-highlight
move syntax-highlighting vscode-extension
Last synced: 2 days ago
JSON representation
vscode plugin to do syntax highlight for libra move lang
- Host: GitHub
- URL: https://github.com/move-hub/move-syntax-highlight
- Owner: move-hub
- Created: 2020-04-14T15:52:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T17:03:13.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T01:34:13.372Z (5 days ago)
- Topics: move, syntax-highlighting, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=nonsense1984.move-syntax-highlight
- Size: 49.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# move-syntax-highlight
vs code extension for libra move lang syntax highlighting based on tree-sitter.
## Features
- Support vscode [semantic highlighting](https://github.com/microsoft/vscode/wiki/Semantic-Highlighting-Overview).
- Super fast! based on tree-sitter which parse code into syntax tree.
- No more regexp matching.## Requirements
Set
```
"editor.semanticHighlighting.enabled": true,
```## Extension Settings
No settings needed.
## Known Issues
**Color Theme you use should have semantic highlighting support!**
**Enjoy!**