syntastica 0.6.1

Modern and easy syntax highlighting using tree-sitter
Documentation
1
2
3
4
5
6
7
8
9
10
11
# `syntastica` NodeJS Example

This folder contains an example project showcasing use of `syntastica` in NodeJS
for terminal applications.

You can run it locally by executing these commands:

```bash
npm i
node .
```