fix: disable treesitter highlightig for docker files
This commit is contained in:
@@ -19,7 +19,7 @@ return {
|
||||
auto_install = true,
|
||||
highlight = {
|
||||
enable = true,
|
||||
disable = {},
|
||||
disable = { "dockerfile" },
|
||||
|
||||
-- Setting this to true will run `:h syntax` and tree-sitter at the same time.
|
||||
-- Set this to `true` if you depend on 'syntax' being enabled (like for indentation).
|
||||
|
||||
Reference in New Issue
Block a user