From 2546932d6982db577bf707ddf67636bd239e243c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bo=C5=A1tjan=20Gec?= Date: Wed, 12 Jun 2019 14:18:22 +0200 Subject: [PATCH] I found 2 same little errors in files hcl.nanorc and prolog.nanorc, if you will. --- hcl.nanorc | 2 +- prolog.nanorc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hcl.nanorc b/hcl.nanorc index b839d87..f02308b 100644 --- a/hcl.nanorc +++ b/hcl.nanorc @@ -4,7 +4,7 @@ # Original author: John Boero # License: GPLv3 or newer -syntax hcl "\.(tf|hcl)$" +syntax "hcl" "\.(tf|hcl)$" # No comments are permitted in JSON. comment "" diff --git a/prolog.nanorc b/prolog.nanorc index 8475ab6..21a8cc2 100644 --- a/prolog.nanorc +++ b/prolog.nanorc @@ -1,6 +1,6 @@ ## Here is a prolog example. -syntax prolog "\.pl" +syntax "prolog" "\.pl" comment "%" # Reset everything