mirror of
https://github.com/scopatz/nanorc
synced 2024-11-23 19:00:27 +01: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…
Reference in New Issue
Block a user