We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e15f920 + eb850f2 commit 3d138a7Copy full SHA for 3d138a7
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