Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!**