Skip to content

Commit 09e25e9

Browse files
committed
update CHANGELOG
1 parent 930bb88 commit 09e25e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212

1313
- `sql` and `latex` support using [@derekstride/tree-sitter-sql](https://github.com/DerekStride/tree-sitter-sql) and [@derekstride/tree-sitter-sql](https://github.com/latex-lsp/tree-sitter-latex).
1414

15-
- ESM-based parser loading for parsers like CSS ([#191](https://github.com/selfint/code-blocks/issues/191)).
15+
- ESM-based loading for parsers ([#191](https://github.com/selfint/code-blocks/issues/191)).
1616

1717
- 'Remove' option to notification when parser fails to load ([#180](https://github.com/selfint/code-blocks/issues/180)).
1818

1919
- More languages are now tested in advance: TOML, XML, CSS, Zig, Swift, SQL, LaTeX.
2020

2121
## Fixed
2222

23-
- Parser build method ([[#193](https://github.com/selfint/code-blocks/issues/193)]), now uses `node-gyp` instead of `tree-sitter-cli`.
23+
- Parsers failing to build ([#193](https://github.com/selfint/code-blocks/issues/193)). The extension now uses `node-gyp` via `npm exec` instead of `tree-sitter-cli`.
2424

2525
- Binary dependency caused extension to fail on non-Mac systems ([#195](https://github.com/selfint/code-blocks/issues/195)).
2626

0 commit comments

Comments
 (0)