An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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