Merge pull request #292 from G-Rath/patch-4

Quote syntax names to improve v2.9 support
pull/294/head
Anthony Scopatz 4 years ago committed by GitHub
commit bcdbd5a782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 ""

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

Loading…
Cancel
Save