fix(tex): Allow texlab to control highlighting
This commit is contained in:
@@ -32,6 +32,10 @@ return {
|
|||||||
"xml",
|
"xml",
|
||||||
"yaml",
|
"yaml",
|
||||||
},
|
},
|
||||||
|
ignore = {
|
||||||
|
"tex",
|
||||||
|
"latex",
|
||||||
|
},
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user