tree-sitter-todolang
todolang
is being developed at part of the mynd project.
Usage (Neovim)
nvim-treesitter has the full relevant instructions.
Clone this repo into ~/projects/tree-sitter-todolang/
Add the following to your init.lua
local parser_config = require .
parser_config. =
vim..
And copy the contents of queries/highlights.scm
from this repo to a queries
folder, like .config/nvim/after/queries/todolang
"todo" @keyword
@string
[
"{"
"}"
] @punctuation.bracket
Then in neovimg run the command:
:TSInstall todolang