We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c47278 commit 0f3c15dCopy full SHA for 0f3c15d
pollen.el
@@ -21,8 +21,8 @@ For other licenses and consulting, please contact the author.")
21
;; Syntax highlighting for Pollen Markup Mode
22
(defvar pollen-font-lock-defaults nil "Font lock defaults for Pollen mode.")
23
24
-(setq pollen-tag-name-regexp "\\(◊[[:alnum:]]+\\)")
25
-(setq pollen-attr-key-regexp "\\(['\|`][[:alnum:]]+\\):")
+(setq pollen-tag-name-regexp "\\(◊[[:alnum:]]+\\(\-[[:alnum:]]+\\)*\\)")
+(setq pollen-attr-key-regexp "\\(['\|`][[:alnum:]]+\\(\-[[:alnum:]]+\\)*\\):")
26
(setq pollen-attr-string-regexp "\\[\.*\\(\".+\"\\)\\]")
27
(setq pollen-lang-regexp "^#\.+$")
28
0 commit comments