mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
fixed file extension matching for batch.nanorc
This commit is contained in:
parent
94f8d695c1
commit
ee9ce56003
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue