Remove +F from tag attribute highlighting

This commit is contained in:
lePerdu 2019-01-31 09:12:57 -05:00
parent 3e89148d74
commit eaa5c0d297

View File

@ -82,7 +82,6 @@ define-command -hidden init-javascript-filetype -params 1 %~
add-highlighter "shared/%arg{1}/jsx/tag/base/" regex </?([\w-$]+) 1:keyword add-highlighter "shared/%arg{1}/jsx/tag/base/" regex </?([\w-$]+) 1:keyword
add-highlighter "shared/%arg{1}/jsx/tag/base/" regex (</?|/?>) 0:meta add-highlighter "shared/%arg{1}/jsx/tag/base/" regex (</?|/?>) 0:meta
add-highlighter "shared/%arg{1}/jsx/tag/expr/" fill default,default+F
add-highlighter "shared/%arg{1}/jsx/tag/expr/" ref %arg{1} add-highlighter "shared/%arg{1}/jsx/tag/expr/" ref %arg{1}
# Keywords are collected at # Keywords are collected at