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
+1 -1
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