forked from zed-industries/extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update gdscript to v0.4.0 (zed-industries#1240)
Changes in this release: - feat: add ability to change the language server remote host and port - feat: add outline support - improvement: add support for angular brackets - fix: fix indentation being lost after code blocks and line losing indentation when inserting a line above --------- Co-authored-by: Marshall Bowers <[email protected]>
- Loading branch information
1 parent
c3fcbe1
commit e635989
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule gdscript
updated
8 files
+1 −1 | Cargo.toml | |
+50 −20 | README.md | |
+2 −2 | extension.toml | |
+1 −0 | languages/gdscript/brackets.scm | |
+6 −0 | languages/gdscript/config.toml | |
+1 −0 | languages/gdscript/indents.scm | |
+54 −0 | languages/gdscript/outline.scm | |
+12 −3 | src/gdscript.rs |