From 6797dce7a07c4dedc57b5f705f6659c6990d3d7e Mon Sep 17 00:00:00 2001 From: Reed O'Brien Date: Mon, 1 Feb 2010 07:49:47 +0800 Subject: allow propery names to honor namespaces --- zencoding-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zencoding-mode.el') diff --git a/zencoding-mode.el b/zencoding-mode.el index 0953a68..48d7d9d 100644 --- a/zencoding-mode.el +++ b/zencoding-mode.el @@ -256,7 +256,7 @@ (defun zencoding-name (input) "Parse a class or identifier name, e.g. news, footer, mainimage" - (zencoding-parse "\\([a-zA-Z][a-zA-Z0-9-_]*\\)" 2 "class or identifer name" + (zencoding-parse "\\([a-zA-Z][a-zA-Z0-9-_:]*\\)" 2 "class or identifer name" `((name . ,(elt it 1)) . ,input))) (defun zencoding-class (input) -- cgit v1.2.3