fxbois / web-mode

web template editing mode for emacs
https://web-mode.org
GNU General Public License v3.0
1.63k stars 262 forks source link

web-mode.el: allow [.@?] prefixes for attributes in literal strings #1236

Closed tim-janik closed 2 years ago

tim-janik commented 2 years ago

This adds support for lit-html which makes use of syntax like .value="7" ?readonly="false" and @click="func" for html attributes in literal strings.

Signed-off-by: Tim Janik timj@gnu.org

fxbois commented 2 years ago

thx