add html option
This commit is contained in:
@@ -4,6 +4,7 @@ return {
|
|||||||
ft = {
|
ft = {
|
||||||
'markdown',
|
'markdown',
|
||||||
'javascript',
|
'javascript',
|
||||||
|
'html',
|
||||||
'css',
|
'css',
|
||||||
'python',
|
'python',
|
||||||
'json',
|
'json',
|
||||||
@@ -14,6 +15,7 @@ return {
|
|||||||
opts = {
|
opts = {
|
||||||
'css',
|
'css',
|
||||||
'javascript',
|
'javascript',
|
||||||
|
'html',
|
||||||
'markdown',
|
'markdown',
|
||||||
'python',
|
'python',
|
||||||
'json',
|
'json',
|
||||||
@@ -21,4 +23,4 @@ return {
|
|||||||
'toml',
|
'toml',
|
||||||
'yaml',
|
'yaml',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user