(put-text-property beg end 'font-lock-face sweep-syntax-error-face))
("unused_import" (put-text-property beg end 'font-lock-face sweep-unused-import-face))
("undefined_import" (put-text-property beg end 'font-lock-face sweep-undefined-import-face))
+ ("html_attribute" (put-text-property beg end 'font-lock-face sweep-html-attribute-face))
+ ("html_call" (put-text-property beg end 'font-lock-face sweep-html-call-face))
("dict_tag" (put-text-property beg end 'font-lock-face sweep-dict-tag-face))
("dict_key" (put-text-property beg end 'font-lock-face sweep-dict-key-face))
("dict_sep" (put-text-property beg end 'font-lock-face sweep-dict-sep-face))
("clause" nil)
("directive" nil)
("body" nil)
+ ("html" nil)
("parentheses" nil)
("term" nil)
("expanded" nil)