I found 2 same little errors in files hcl.nanorc and prolog.nanorc, if you will.

This commit is contained in:
Boštjan Gec 2019-06-12 14:18:22 +02:00
parent 3e26aa2fab
commit 2546932d69
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# Original author: John Boero # Original author: John Boero
# License: GPLv3 or newer # License: GPLv3 or newer
syntax hcl "\.(tf|hcl)$" syntax "hcl" "\.(tf|hcl)$"
# No comments are permitted in JSON. # No comments are permitted in JSON.
comment "" comment ""

View File

@ -1,6 +1,6 @@
## Here is a prolog example. ## Here is a prolog example.
syntax prolog "\.pl" syntax "prolog" "\.pl"
comment "%" comment "%"
# Reset everything # Reset everything