We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
>
1 parent e15f920 commit eb850f2Copy full SHA for eb850f2
2 files changed
after/syntax/javascript.vim
@@ -83,7 +83,7 @@ syntax match jsxTagName
83
" <tag key={this.props.key}>
84
" ~~~
85
syntax match jsxAttrib
86
- \ +[-'"<]\@<!\<[a-zA-Z:_][-.0-9a-zA-Z0-9:_]*\>\(['">]\@!\|$\)+
+ \ +[-'"<]\@<!\<[a-zA-Z:_][-.0-9a-zA-Z0-9:_]*\>\(['"]\@!\|$\)+
87
\ contained
88
\ contains=jsxAttribPunct,jsxAttribHook
89
\ display
sample.js
@@ -44,7 +44,7 @@ class Hoge extends React.Component {
44
45
hoge() {
46
Hoge.poge(
47
- <div>
+ <div disabled>
48
<div></div>
49
{this.hoge}
50
0 commit comments