add html option

This commit is contained in:
2024-11-22 21:34:59 -05:00
parent 87754d353a
commit e6ee98193a
+3 -1
View File
@@ -4,6 +4,7 @@ return {
ft = {
'markdown',
'javascript',
'html',
'css',
'python',
'json',
@@ -14,6 +15,7 @@ return {
opts = {
'css',
'javascript',
'html',
'markdown',
'python',
'json',
@@ -21,4 +23,4 @@ return {
'toml',
'yaml',
},
}
}