From ee9ce560032f3a42d33788f76e7a784a0fd91f1f Mon Sep 17 00:00:00 2001 From: Dante Falzone <48266179+DanteFalzone0@users.noreply.github.com> Date: Wed, 5 Aug 2020 13:57:56 -0500 Subject: [PATCH] fixed file extension matching for batch.nanorc --- batch.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/batch.nanorc b/batch.nanorc index 4036de7..0001dd1 100644 --- a/batch.nanorc +++ b/batch.nanorc @@ -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