feat: add luap to nvim-treesitter ensure_installed (#383)

This commit is contained in:
Amaan Qureshi 2023-03-05 03:08:51 -05:00 committed by GitHub
parent 6fec14e508
commit f441faad03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,7 @@ return {
"javascript", "javascript",
"json", "json",
"lua", "lua",
"luap",
"markdown", "markdown",
"markdown_inline", "markdown_inline",
"python", "python",