mirror of
https://github.com/scopatz/nanorc
synced 2024-11-21 16:15:40 +01:00
fixed file extension matching for batch.nanorc
This commit is contained in:
parent
94f8d695c1
commit
ee9ce56003
@ -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…
Reference in New Issue
Block a user