Remove +F from tag attribute highlighting
This commit is contained in:
parent
3e89148d74
commit
eaa5c0d297
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user