blob: 39ea5918f52d19f85b5037e195c24c513364d702 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# tree-sitter-wmap
This is a tree-sitter parser for the `wmap` notation for wardley maps with a
built-in neovim plugin if you use `nvim-treesitter`.
Learn more about the notation at the [map website][map].
## Neovim plugin
If you use `nvim-treesitter`, you can also include this as a plugin and it will
configure the file types and highlights.
```
require('lazy').setup({
...
'nvim-treesitter/nvim-treesitter',
'https://git.sr.ht/~rbdr/tree-sitter-api-notation'
...
}
```
[map]: https://map.tranquil.systems
|