fixed file extension matching for batch.nanorc

This commit is contained in:
Dante Falzone 2020-08-05 13:57:56 -05:00 committed by GitHub
parent 94f8d695c1
commit ee9ce56003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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