mirror of
https://github.com/scopatz/nanorc
synced 2025-04-08 06:40:06 +02:00
fix(hcl): quote syntax name to improve v2.9 support
This commit is contained in:
parent
791982df22
commit
0eb16aceaf
@ -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 ""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user