first of all: Amazing work on this package! Reading the regexes makes my brain hurt 😄
I'm having a use case where I don't know how common it is. I construct my html attributes via a helper function attr(), where each attribute is in 'key' => 'value' form. alpine-intellisense picks some attributes up, others don't work. Here's an example:
Would you guys be interested in adding support for this kind of syntax?
Hi there!
first of all: Amazing work on this package! Reading the regexes makes my brain hurt 😄
I'm having a use case where I don't know how common it is. I construct my html attributes via a helper function
attr()
, where each attribute is in'key' => 'value'
form. alpine-intellisense picks some attributes up, others don't work. Here's an example:Would you guys be interested in adding support for this kind of syntax?