Skip to content

Commit ffc0bfd

Browse files
authored
Merge pull request #175 from ivangeorgiew/myChanges
<_Bewgweg> is valid name now
2 parents d34bf34 + c39133e commit ffc0bfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

after/syntax/jsx.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ syn region jsxChild contained start=+{+ end=++ contains=jsBlock,javascriptBlock
5151
" and generic Flow type annotations (http://flowtype.org/).
5252
syn region jsxRegion
5353
\ contains=@Spell,@XMLSyntax,jsxRegion,jsxChild,jsBlock,javascriptBlock
54-
\ start=+\%(<\|\w\)\@<!<\z([a-zA-Z][a-zA-Z0-9:\-.]*\>[:,]\@!\)\([^>]*>(\)\@!+
54+
\ start=+\%(<\|\w\)\@<!<\z([a-zA-Z_][a-zA-Z0-9:\-.]*\>[:,]\@!\)\([^>]*>(\)\@!+
5555
\ skip=+<!--\_.\{-}-->+
5656
\ end=+</\z1\_\s\{-}>+
5757
\ end=+/>+

0 commit comments

Comments
 (0)