mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-11 17:17:42 +03:00
Add mhtml extension support.
Update efsw.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"formatters": [
|
||||
{
|
||||
"language": ["javascript", "typescript", "jsx", "tsx", "html"],
|
||||
"file_patterns": ["%.js$", "%.ts$", "%.jsx$", "%.tsx$", "%.html?$"],
|
||||
"file_patterns": ["%.js$", "%.ts$", "%.jsx$", "%.tsx$", "%.[mp]?html?$"],
|
||||
"command": "prettier $FILENAME",
|
||||
"url": "https://prettier.io"
|
||||
},
|
||||
|
||||
@@ -181,7 +181,7 @@
|
||||
"name": "emmet-language-server",
|
||||
"url": "https://github.com/olrtg/emmet-language-server",
|
||||
"command": "emmet-language-server --stdio",
|
||||
"file_patterns": ["%.htm", "%.html"],
|
||||
"file_patterns": ["%.[mp]?html?"],
|
||||
"rootIndicationFileNames": [".git"],
|
||||
"initializationOptions": {
|
||||
"showSuggestionsAsSnippets": true
|
||||
|
||||
@@ -9,7 +9,7 @@ void addHTML() {
|
||||
->add(
|
||||
|
||||
{ "HTML",
|
||||
{ "%.html?$", "%.phtml", "%.handlebars" },
|
||||
{ "%.[mp]?html?$", "%.handlebars" },
|
||||
{
|
||||
{ { "<%s*[sS][cC][rR][iI][pP][tT]%s+[tT][yY][pP][eE]%s*=%s*['\"]%a+/"
|
||||
"[jJ][aA][vV][aA][sS][cC][rR][iI][pP][tT]['\"]%s*>",
|
||||
|
||||
2
src/thirdparty/efsw
vendored
2
src/thirdparty/efsw
vendored
Submodule src/thirdparty/efsw updated: c57b51e281...2f90a44104
Reference in New Issue
Block a user