https://github.com/pngdrift/zed-actionscript
ActionScript language support for Zed editor
https://github.com/pngdrift/zed-actionscript
actionscript zed-extension
Last synced: 4 months ago
JSON representation
ActionScript language support for Zed editor
- Host: GitHub
- URL: https://github.com/pngdrift/zed-actionscript
- Owner: pngdrift
- License: mit
- Created: 2024-11-01T16:11:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-24T15:32:23.000Z (6 months ago)
- Last Synced: 2025-11-28T04:18:32.476Z (6 months ago)
- Topics: actionscript, zed-extension
- Language: Rust
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zed-extensions - ActionScript
README
# Zed ActionScript
ActionScript language support for [Zed](https://github.com/zed-industries/zed).
## Configuration
In the `settings.json` file, you need to add the path to the SDK.
Additionally, you can configure formatting settings.
```jsonc
{
"lsp": {
"actionscript": {
"initialization_options": {
"sdk_path": "/path/to/sdk"
},
"format": {
"insertSpaceAfterCommaDelimiter": true,
"insertSpaceAfterSemicolonInForStatements": false,
"insertSpaceAtStartOfLineComment": true,
"insertSpaceBeforeAndAfterBinaryOperators": true,
"insertSpaceBetweenMetadataAttributes": false,
"placeOpenBraceOnNewLine": false
}
}
}
}
```
## Tree-Sitter
- https://github.com/Rileran/tree-sitter-actionscript
## Language Server
- https://github.com/BowlerHatLLC/vscode-as3mxml/tree/main/language-server