Skip to content

Commit

Permalink
Add angle brackets to wordPattern
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisGorbachev authored and mhuisi committed Sep 7, 2023
1 parent 2349670 commit a8659be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode-lean4/language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@
["\"", "\""],
["'", "'"]
],
"wordPattern" : "([^`~@$%^&*()\\-=+\\[{\\]}⟨⟩⦃⦄⟦⟧⟮⟯‹›\\\\|;:\",./\\s]+)"
"wordPattern" : "([^`~@$%^&*()\\-=+\\[{\\]}⟨⟩⦃⦄⟦⟧⟮⟯‹›<>\\\\|;:\",./\\s]+)"
}

0 comments on commit a8659be

Please sign in to comment.