Skip to content

Commit 9c7d166

Browse files
committed
fix(plugin): register please tree-sitter parser
1 parent d3f19a5 commit 9c7d166

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plugin/please.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ vim.filetype.add({
2929
['%.plzconfig.*'] = 'dosini',
3030
},
3131
})
32+
vim.treesitter.language.register('python', 'please')
3233

3334
---Returns all candidates which start with the prefix, sorted.
3435
---@param prefix string

0 commit comments

Comments
 (0)