diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2023-12-03 15:58:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-03 15:58:27 +0100 |
| commit | 988b472d902e6116353fc2ae605bed32a37e6391 (patch) | |
| tree | 045bae13a18a8962bf027eee5b67ff39363e9e4c /test | |
| parent | 0d885247b03439ee3aff4c0b9ec095a29bb21759 (diff) | |
| download | rneovim-988b472d902e6116353fc2ae605bed32a37e6391.tar.gz rneovim-988b472d902e6116353fc2ae605bed32a37e6391.tar.bz2 rneovim-988b472d902e6116353fc2ae605bed32a37e6391.zip | |
feat(treesitter): highlight help files by default (#26347)
Diffstat (limited to 'test')
| -rw-r--r-- | test/old/testdir/runtest.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/old/testdir/runtest.vim b/test/old/testdir/runtest.vim index 928bf7693f..2d8ba60a7e 100644 --- a/test/old/testdir/runtest.vim +++ b/test/old/testdir/runtest.vim @@ -120,6 +120,8 @@ lang mess C " Nvim: append runtime from build dir, which contains the generated doc/tags. let &runtimepath ..= ',' .. expand($BUILD_DIR) .. '/runtime/' +" Nvim: append libdir from build dir, which contains the bundled TS parsers. +let &runtimepath ..= ',' .. expand($BUILD_DIR) .. '/lib/nvim/' let s:t_bold = &t_md let s:t_normal = &t_me |