Skip to content

Commit 713ca52

Browse files
committed
update tmLang and prepare for release
1 parent 92a4208 commit 713ca52

File tree

9 files changed

+3477
-2777
lines changed

9 files changed

+3477
-2777
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,13 @@ All notable changes to the "vscode-nushell-lang" extension will be documented in
171171
- Remove / and \ from wordPattern [#186](https://github.com/nushell/vscode-nushell-lang/pull/186)
172172
- Add support for def my-function syntax highlighting and add tests to it [#182](https://github.com/nushell/vscode-nushell-lang/pull/182)
173173
- add prettier to dev deps [#181](https://github.com/nushell/vscode-nushell-lang/pull/181)
174+
- 2.0-pre-release
175+
- Syntax highlighting in markdown code blocks [#195](https://github.com/nushell/vscode-nushell-lang/pull/195)
176+
- Fix vulnerabilities detected by npm audit [#193](https://github.com/nushell/vscode-nushell-lang/pull/193)
177+
- Add CONTRIBUTING.md [#194](https://github.com/nushell/vscode-nushell-lang/pull/194)
178+
- Support raw strings [#197](https://github.com/nushell/vscode-nushell-lang/pull/197)
179+
- Remove irrelevant autoClosingPair /\*\* [#198](https://github.com/nushell/vscode-nushell-lang/pull/198)
180+
- Improve highlighting of bare and raw strings, and add missing unit & operator [#199](https://github.com/nushell/vscode-nushell-lang/pull/199)
181+
- Add operators 'has' & 'has-not', and shorten operators-word regex [#201](https://github.com/nushell/vscode-nushell-lang/pull/201)
182+
- Support floats, binary & octal literals (with underscores) [#200](https://github.com/nushell/vscode-nushell-lang/pull/200)
183+
- Use LSP instead of legacy --ide-\* parameters [#207](https://github.com/nushell/vscode-nushell-lang/pull/207)

0 commit comments

Comments
 (0)