You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -126,27 +126,6 @@ Check the table below to get more information about the modules.
126
126
| language-java | A simple implementation for Java lexer-based highlighting and identifier auto-completion |
127
127
| language-textmate | An advanced highlighter for the editor. It can be used to load TextMate language bundles and themes. The internal implementation of TextMate is from [tm4e](https://github.com/eclipse/tm4e)|
128
128
| language-treesitter | Offer [tree-sitter](https://tree-sitter.github.io/tree-sitter/) support for editor. This can be used to parse the code to an AST fast and incrementally, which is helpful for accurate highlighting and providing completions. Note that this module only provides incremental parsing and highlighting. Thanks to Java bindings [android-tree-sitter](https://github.com/AndroidIDEOfficial/android-tree-sitter/)|
129
-
### 🚧Snapshot Builds
130
-
131
-
Generally, it is recommended to use [released versions](https://github.com/Rosemoe/sora-editor/releases). But sometimes you may still want to use nightly builds for latest bug fixes and enhancements.
132
-
133
-
::: details How to Use Snapshot Builds
134
-
135
-
Snapshot versions are automatically published on repository push. You may combine current released version name
136
-
and short commit hash to make a snapshot version name.
137
-
138
-
For example, if the latest released version name is '0.21.1' and
139
-
short commit hash is '97c4963', you may use version name '0.21.1-97c4963-SNAPSHOT' to import the snapshot version to your project.
140
-
141
-
Note that adding extra maven repository is required:
0 commit comments