Skip to content

Commit

Permalink
Add {-, -} block comments to linters/plugin.yaml (#517)
Browse files Browse the repository at this point in the history
Fixes #516

---------

Co-authored-by: Tyler Jang <[email protected]>
  • Loading branch information
andreilgeorgescu and TylerJang27 authored Oct 16, 2023
1 parent b1412a4 commit b9645e2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions linters/plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
version: 0.1
lint:
comment_formats:
- name: brace-hyphen-block
leading_delimiter: "{-"
trailing_delimiter: "-}"

- name: dashes-block
leading_delimiter: --[[
trailing_delimiter: --]]
Expand Down Expand Up @@ -232,6 +236,14 @@ lint:
comments:
- hyphen-hash

- name: haskell
extensions:
- hs
- lhs
comments:
- brace-hyphen-block
- dashes-inline

- name: hcl
extensions:
- hcl
Expand Down

0 comments on commit b9645e2

Please sign in to comment.