Fix filetype configuration

This commit is contained in:
Nima Askarian 2025-01-13 12:18:28 +03:30 committed by GitHub
parent 4da872ec9c
commit 646d4f3492
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,12 @@ managers below, or use your own package manager.
"ColorizerReloadAllBuffers",
"ColorizerDetachFromBuffer",
},
files = { "*.css", "*.jsx", "*.html" },
opts = {
"css",
"jsx",
"html",
},
ft = { "css", "javascriptreact", "html"},
},
```