Skip to content

Commit

Permalink
fix: recognize .cmd as batch files (#2922)
Browse files Browse the repository at this point in the history
  • Loading branch information
maddes8cht authored Oct 16, 2023
1 parent 9b81589 commit fe89df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/syntax/bat.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
filetype: batch

detect:
filename: "(\\.bat$)"
filename: "(\\.bat$|\\.cmd$)"
# header: ""

rules:
Expand Down

0 comments on commit fe89df1

Please sign in to comment.