File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/svelte-vscode/syntaxes Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 705705 },
706706 "tag-generic-attribute" : {
707707 "name" : " entity.other.attribute-name.html" ,
708- "match" : " (?<=[^=])\\ b([a-zA-Z\\ -_:]+ )"
708+ "match" : " (?<=[^=])\\ b([a-zA-Z][a-zA-Z0-9$ \\ -_:]* )"
709709 },
710710 "tag-id-attribute" : {
711711 "name" : " meta.attribute-with-value.id.html" ,
790790 ]
791791 },
792792 "tag-moustaches" : {
793- "begin" : " \\ b([a-zA-Z\\ -_:]+ )=(\" |')" ,
793+ "begin" : " \\ b([a-zA-Z][a-zA-Z0-9$ \\ -_:]* )=(\" |')" ,
794794 "beginCaptures" : {
795795 "1" : {
796796 "name" : " entity.other.attribute-name.html"
832832 ]
833833 },
834834 "tag-moustaches-raw" : {
835- "begin" : " \\ b([a-zA-Z\\ -_:]+ )=({)" ,
835+ "begin" : " \\ b([a-zA-Z][a-zA-Z0-9$ \\ -_:]* )=({)" ,
836836 "beginCaptures" : {
837837 "1" : {
838838 "name" : " entity.other.attribute-name.html"
You can’t perform that action at this time.
0 commit comments