Skip to content

Commit

Permalink
Merge pull request #142 from alefragnani/fix/issue141-comments-auto-c…
Browse files Browse the repository at this point in the history
…losing-pairs

fix comment auto closing pairs (Closes #141)
  • Loading branch information
alefragnani committed Dec 28, 2023
2 parents d251502 + f9f2173 commit 696c3db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pascal.configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
["{", "}"],
["[", "]"],
["(", ")"],
["(*", "*)"],
["<", ">"],
["'", "'"]
],
Expand Down

0 comments on commit 696c3db

Please sign in to comment.