syntastica 0.6.1

Modern and easy syntax highlighting using tree-sitter
Documentation
1
2
3
4
5
6
7
8
9
:root {
    color-scheme: dark;
    font-family: sans-serif;
}

body {
    background-color: #282c34;
    margin: 1rem;
}