mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-03 22:50:35 +00:00
fix: recognize .cmd as batch files (#2922)
This commit is contained in:
parent
9b81589fba
commit
fe89df1d4e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
filetype: batch
|
||||
|
||||
detect:
|
||||
filename: "(\\.bat$)"
|
||||
filename: "(\\.bat$|\\.cmd$)"
|
||||
# header: ""
|
||||
|
||||
rules:
|
||||
|
|
|
|||
Loading…
Reference in a new issue