aboutsummaryrefslogtreecommitdiff
path: root/runtime/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/plugin')
-rw-r--r--runtime/plugin/ts_test.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/plugin/ts_test.vim b/runtime/plugin/ts_test.vim
index 9420c2c9d3..15192d8dda 100644
--- a/runtime/plugin/ts_test.vim
+++ b/runtime/plugin/ts_test.vim
@@ -6,8 +6,8 @@ func! TSTest()
return
end
" TODO: module!
- lua theparser = vim.tree_sitter.create_parser(0)
- lua require'tree_sitter_demo'
+ lua theparser = vim.treesitter.create_parser(0)
+ lua require'treesitter_demo'
let g:has_ts = v:true
endfunc