Skip to content

Commit

Permalink
fix(lang-punctual): Do not autoclose on < and >
Browse files Browse the repository at this point in the history
  • Loading branch information
munshkr committed Jan 19, 2025
1 parent 8238229 commit 62bc852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lang-punctual/src/punctual.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export const punctualLanguage = {
name: "punctual",
languageData: {
...haskell.languageData,
closeBrackets: { brackets: ["(", "[", "{", "<", '"'], before: ')]}>"' },
closeBrackets: { brackets: ["(", "[", "{", '"'], before: ')]}"' },
},
};

0 comments on commit 62bc852

Please sign in to comment.