From 401e6bdba8a7318366e6fabe3aba2a8475f6e6b4 Mon Sep 17 00:00:00 2001 From: danyaPostfactum Date: Sat, 7 Apr 2012 05:26:26 +1000 Subject: [PATCH] remove ! from meta.tag regex --- lib/ace/mode/xml_util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ace/mode/xml_util.js b/lib/ace/mode/xml_util.js index 63e6b1b7..b58df44f 100644 --- a/lib/ace/mode/xml_util.js +++ b/lib/ace/mode/xml_util.js @@ -112,7 +112,7 @@ exports.tag = function(states, name, nextState) { } }, merge : true, - regex : "[-_a-zA-Z0-9:!]+", + regex : "[-_a-zA-Z0-9:]+", next : name + "_embed_attribute_list" }, { token: "empty",