highlighting not working
Hello!
Nice work on the extension for TypeSpec! Been looking everywhere for a while. Your package installs correctly but I do not get any syntax highlighting.
I've tried installing it via:
```lua
require("nvim-treesitter.configs").setup({
ensure_installed = { "lua", "vim", "vimdoc", "javascript", "typescript", "typespec" },
sync_install = false,
auto_install = true,
highlight = {
enable = true,
},
})
```
关闭于 2024-08-13 2 条评论