fixed file extension matching for batch.nanorc

pull/323/head
Dante Falzone 4 years ago committed by GitHub
parent 94f8d695c1
commit ee9ce56003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save