From 30b44fd0126da1fa8e35b585bcd861342cabf784 Mon Sep 17 00:00:00 2001 From: Hanson Char Date: Tue, 10 Jun 2025 09:35:10 -0700 Subject: [PATCH] Add '$' to surroundingPairs configuration --- vscode-lean4/language-configuration.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vscode-lean4/language-configuration.json b/vscode-lean4/language-configuration.json index 9b1fa49a1..bc78770a5 100644 --- a/vscode-lean4/language-configuration.json +++ b/vscode-lean4/language-configuration.json @@ -145,7 +145,8 @@ ["\"", "\""], ["'", "'"], ["`", "`"], - ["*", "*"] + ["*", "*"], + ["$", "$"] ], "wordPattern": "([^!`~@$%^&*()\\-=+\\[{\\]}⟨⟩⦃⦄⟦⟧⟮⟯‹›<>\\\\|;:\",./\\s][^`~@$%^&*()\\-=+\\[{\\]}⟨⟩⦃⦄⟦⟧⟮⟯‹›<>\\\\|;:\",./\\s]*)", "onEnterRules": [