emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 11/16: company-css-property-value-regexp: prohibit opening curlie


From: Dmitry Gutov
Subject: [elpa] 11/16: company-css-property-value-regexp: prohibit opening curlies
Date: Sat, 26 Jul 2014 04:53:23 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit 05877beb3d66189f816c55493cb0c0193f2dc5fe
Author: Dmitry Gutov <address@hidden>
Date:   Mon Jul 21 03:13:21 2014 +0300

    company-css-property-value-regexp: prohibit opening curlies
    
    Fixes #154
---
 company-css.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/company-css.el b/company-css.el
index b8bd639..0caf617 100644
--- a/company-css.el
+++ b/company-css.el
@@ -402,7 +402,7 @@ Returns \"\" if no property found, but feasible at this 
position."
 
 ;;; values
 (defconst company-css-property-value-regexp
-  "\\_<\\([[:alpha:]-]+\\):\\(?:[^};]*[[:space:]]+\\)?\\([^};]*\\_>\\|\\)\\="
+  "\\_<\\([[:alpha:]-]+\\):\\(?:[^{};]*[[:space:]]+\\)?\\([^{};]*\\_>\\|\\)\\="
   "A regular expression matching CSS tags.")
 
 ;;;###autoload



reply via email to

[Prev in Thread] Current Thread [Next in Thread]