mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
fix: words in typst document should not contain dollars (#1054)
This commit is contained in:
parent
b7f44e882a
commit
249de8250f
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ class LanguageState {
|
|||
}
|
||||
|
||||
const wordPattern =
|
||||
/(-?\d*.\d\w*)|([^\`\~\!\@\#\%\^\&\*\(\)\=\+\[\{\]\}\\\|\;\:\'\"\,\.<\>\/\?\s]+)/;
|
||||
/(-?\d*.\d\w*)|([^\`\~\!\@\#\$\%\^\&\*\(\)\=\+\[\{\]\}\\\|\;\:\'\"\,\.<\>\/\?\s]+)/;
|
||||
|
||||
console.log("Setting up language configuration", typingContinueCommentsOnNewline);
|
||||
this.configureLang = vscode.languages.setLanguageConfiguration("typst", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue