syntastica 0.6.1

Modern and easy syntax highlighting using tree-sitter
Documentation
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "composite": true,
    "skipLibCheck": true,
    "module": "ESNext",
    "moduleResolution": "bundler"
  },
  "include": ["vite.config.ts"]
}