mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 00:25:39 +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
|
## Nano syntax highlighting file for Batch
|
||||||
## Written by Dante Falzone https://github.com/DanteFalzone0
|
## Written by Dante Falzone https://github.com/DanteFalzone0
|
||||||
|
|
||||||
syntax "Batch" "\.[bBcC][aAmM][tTdD]$"
|
syntax "Batch" "\.[bB][aA][tT]$" "\.[cC][mM][dD]$"
|
||||||
comment "REM"
|
comment "REM"
|
||||||
|
|
||||||
## Commands for basic I/O
|
## Commands for basic I/O
|
||||||
|
Loading…
Reference in New Issue
Block a user