feat(treesitter): enable @keyword.export for js (#472)

Enable override for `["@keyword.export"]` in `js` and `mjs` files

Fix #466 - https://github.com/catppuccin/nvim/discussions/466
This commit is contained in:
Yavorski 2023-04-29 06:32:13 +03:00 committed by GitHub
parent 251774ec07
commit 14e9bdbe53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,4 @@
;; extends
[
"export"
] @keyword.export