CodeEditSourceEditor
CodeEditSourceEditor copied to clipboard
A code editor view written in Swift powered by tree-sitter.
# Highlighting After opening a file highlighting doesn't start After pressing enter (last line) it starts highlighting
When dealing with deeply nested brackets in your code, it can be hard to figure out which brackets match and which do not. Bracket pair colorization fixes this by making...
### Description ⌘ / should allows users to toggle between commented and uncommented for the line the cursor is currently on when you press ⌘ /. If a selection is...
Put highlighted text in brackets. 1. Hightlight text 2. Press the character you wish to wrap around the text, for example ( [Preview (YouTube)](https://www.youtube.com/watch?v=1kuJi-PebOY) Put into following: ``` '' ""...
**Is your feature request related to a problem? Please describe.** We should be able to find strings of text in a document and browse different occurrences. **Concept**
### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like It would be nice if CodeEdit support backlinks in markdown: when...
At the moment each keystroke triggers highlighting for the whole document. While this is not an issue for small documents this might bring big performance losses on larger documents. Though...
There are several [`language grammars`](https://tree-sitter.github.io/tree-sitter/#available-parsers) available for `tree-sitter`. Checked items have SPM already implemented. > **\*** Some of them don't yet have a `highlights.scm` file included and thus syntax highlighting...
Injected languages are important for languages like `HTML` which might embed `CSS` or `JavaScript` code blocks. Some grammars that support injections have an additional `injections.scm` file in their `queries` folder....