Skip to content

Commit

Permalink
fixed file extension matching for batch.nanorc
Browse files Browse the repository at this point in the history
  • Loading branch information
willow385 authored Aug 5, 2020
1 parent 94f8d69 commit ee9ce56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batch.nanorc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Nano syntax highlighting file for Batch
## Written by Dante Falzone https://github.com/DanteFalzone0

syntax "Batch" "\.[bBcC][aAmM][tTdD]$"
syntax "Batch" "\.[bB][aA][tT]$" "\.[cC][mM][dD]$"
comment "REM"

## Commands for basic I/O
Expand Down

0 comments on commit ee9ce56

Please sign in to comment.