ace-code-textprotocol v2workspace: none
How Anyfile's Code and Text Viewer Works
The plugin selects an Ace mode from the file name and opens content in a read-only editor surface without executing it.
Viewing architecture
- 1Only the selected syntax mode is dynamically loaded.
- 2Ace provides navigation, selection and highlighting in read-only mode.
Main limitations
- — Ace workers are disabled, so live validation is unavailable.
- — Binary or incorrectly encoded text may not display meaningfully.
MANIFEST
Formats declared by the plugin
Open-source projects and licenses
Ace 1.44.0
BSD-3-ClauseRead-only editor surface and syntax modes.