Skip to content

Commit

Permalink
Allow more characters in JSX attribute names (issue #3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Wood committed May 29, 2015
1 parent 77e3962 commit 1bbae9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/CJSX.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@
</dict>
</dict>
<key>match</key>
<string>\b([a-zA-Z\-:]+)</string>
<string>\b([a-zA-Z_:][a-zA-Z_:0-9\-\.]*)</string>
<key>name</key>
<string>meta.tag.attribute-name.html</string>
</dict>
Expand Down

0 comments on commit 1bbae9a

Please sign in to comment.