Skip to content

Commit

Permalink
Update QML extension to 0.0.2 (#1560)
Browse files Browse the repository at this point in the history
This update includes LSP support utilizing qmlls. Thanks to @flukejones!
  • Loading branch information
lkroll authored Oct 21, 2024
1 parent 5754c02 commit 3cb31a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@ version = "0.0.3"

[qml]
submodule = "extensions/qml"
version = "0.0.1"
version = "0.0.2"

[quiet-light-theme]
submodule = "extensions/quiet-light-theme"
Expand Down
2 changes: 1 addition & 1 deletion extensions/qml
Submodule qml updated 6 files
+2 −0 .gitignore
+329 −0 Cargo.lock
+13 −0 Cargo.toml
+25 −0 README.md
+5 −1 extension.toml
+64 −0 src/qmljs.rs

0 comments on commit 3cb31a3

Please sign in to comment.