move-hub / move-syntax-highlight

vscode plugin to do syntax highlight for libra move lang

Home Page:https://marketplace.visualstudio.com/items?itemName=nonsense1984.move-syntax-highlight

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

move-syntax-highlight

vs code extension for libra move lang syntax highlighting based on tree-sitter.

Features

  • Support vscode semantic highlighting.
  • 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!

About

vscode plugin to do syntax highlight for libra move lang

https://marketplace.visualstudio.com/items?itemName=nonsense1984.move-syntax-highlight


Languages

Language:TypeScript 75.2%Language:Scheme 17.3%Language:JavaScript 7.5%