diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-14 19:59:18 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-14 19:59:33 +0100 |
| commit | 9b7bda28db0200b628e5f6eb7021a5a717db2e73 (patch) | |
| tree | 2f477b0fe308da3554fbd0ab807c4c4725715311 /plugin/tree-sitter-wmap.lua | |
Initial grammar
Diffstat (limited to 'plugin/tree-sitter-wmap.lua')
| -rw-r--r-- | plugin/tree-sitter-wmap.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/tree-sitter-wmap.lua b/plugin/tree-sitter-wmap.lua new file mode 100644 index 0000000..c8781d5 --- /dev/null +++ b/plugin/tree-sitter-wmap.lua @@ -0,0 +1 @@ +require('tree-sitter-wmap').setup() |