Skip to content

Commit

Permalink
Fix Textmate lexer file is invalid #517
Browse files Browse the repository at this point in the history
  • Loading branch information
Huachao committed Feb 11, 2020
1 parent 522ea7e commit 99d59b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/http.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</dict>
<dict>
<key>begin</key>
<string>^\s*(?=\<\S)</string>
<string>^\s*(?=&lt;\S)</string>
<key>name</key>
<string>http.request.body.xml</string>
<key>end</key>
Expand Down

0 comments on commit 99d59b8

Please sign in to comment.