mirror of
https://github.com/scopatz/nanorc
synced 2024-11-23 09:05:39 +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
|
||||
# License: GPLv3 or newer
|
||||
|
||||
syntax hcl "\.(tf|hcl)$"
|
||||
syntax "hcl" "\.(tf|hcl)$"
|
||||
# No comments are permitted in JSON.
|
||||
comment ""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user