mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 08:35:39 +01:00
Merge pull request #292 from G-Rath/patch-4
Quote syntax names to improve v2.9 support
This commit is contained in:
commit
bcdbd5a782
@ -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 ""
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user