diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-04-13 21:43:35 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:31 +0100 |
commit | 7e8154bba4e7cdba3f182c4268fa469a3b152ffb (patch) | |
tree | 070010d5a37aaf6ef281f1304ed62d533c2af385 | |
parent | 2c6066b1309f78f9625a06d718142318e2376d2c (diff) | |
download | dotnvim-7e8154bba4e7cdba3f182c4268fa469a3b152ffb.tar.gz dotnvim-7e8154bba4e7cdba3f182c4268fa469a3b152ffb.zip |
To highlight comments
-rw-r--r-- | treesitter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/treesitter.lua b/treesitter.lua index 33d3725..d9bcbec 100644 --- a/treesitter.lua +++ b/treesitter.lua @@ -2,7 +2,7 @@ -- -- use :TSInstall <lang> to install languages -- --- go, scala, c & cpp, python, ... +-- go, scala, c & cpp, python, comment, ... -- require'nvim-treesitter.configs'.setup { highlight = { |