Skip to content

Commit

Permalink
Merge pull request #572 from r15ch13/batch-hightlight-fix
Browse files Browse the repository at this point in the history
Fix syntax highlighting for batch files
  • Loading branch information
xupefei authored Nov 12, 2019
2 parents 704a4b5 + c382669 commit ee7109d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ hello@exr.be
https://github.com/ei
-->

<SyntaxDefinition name="Batch" extensions="*.bat;*.cmd">
<SyntaxDefinition name="Batch" extensions=".bat;.cmd">

<Environment>
<Default color="Black" bgcolor="#FFFFFF"/>
Expand Down

0 comments on commit ee7109d

Please sign in to comment.