From 06fef968a4546fe8560a827cc2d10b8f63394839 Mon Sep 17 00:00:00 2001 From: nightwing Date: Mon, 21 Aug 2017 00:19:02 +0400 Subject: [PATCH] restore support for vue extension --- node_modules/ace/lib/ace/ext/modelist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/ace/lib/ace/ext/modelist.js b/node_modules/ace/lib/ace/ext/modelist.js index de9de868..60acb527 100644 --- a/node_modules/ace/lib/ace/ext/modelist.js +++ b/node_modules/ace/lib/ace/ext/modelist.js @@ -93,7 +93,7 @@ var supportedModes = { Haskell_Cabal: ["cabal"], haXe: ["hx"], Hjson: ["hjson"], - HTML: ["html|htm|xhtml"], + HTML: ["html|htm|xhtml|vue|we|wpy"], HTML_Elixir: ["eex|html.eex"], HTML_Ruby: ["erb|rhtml|html.erb"], INI: ["ini|conf|cfg|prefs"],