Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 275 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 275 Bytes

tree-sitter-vala

Workflow

You need the tree-sitter CLI. On Arch, install tree-sitter.

  1. edit grammar.js
  2. tree-sitter generate
  3. tree-sitter test

You can use tree-sitter parse <file> and tree-sitter highlight <file> after regenerating.