syntastica 0.6.1

Modern and easy syntax highlighting using tree-sitter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "syntastica-node-example",
  "private": true,
  "version": "0.0.0",
  "main": "index.js",
  "author": "RubixDev",
  "type": "module",
  "scripts": {},
  "dependencies": {
    "@syntastica/core": "^0.5.1",
    "@syntastica/lang-javascript": "^0.5.0",
    "@syntastica/lang-rust": "^0.5.0"
  }
}