mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-09 08:19:25 +03:00
Fix Vue script tag syntax highlight (SpartanJ/ecode#275).
This commit is contained in:
@@ -34,7 +34,7 @@ void addVue() {
|
||||
{ "Vue",
|
||||
{ "%.vue?$" },
|
||||
{
|
||||
{ { "<%s*[sS][cC][rR][iI][pP][tT]%s*>", "<%s*/%s*[sS][cC][rR][iI][pP][tT]>" },
|
||||
{ { "<%s*[sS][cC][rR][iI][pP][tT][^>]*>", "<%s*/%s*[sS][cC][rR][iI][pP][tT]>" },
|
||||
"function",
|
||||
"JavaScript" },
|
||||
{ { "<%s*[sS][tT][yY][lL][eE][^>]*>", "<%s*/%s*[sS][tT][yY][lL][eE]%s*>" },
|
||||
|
||||
Reference in New Issue
Block a user