Zed ActionScript ActionScript language support for Zed. Configuration In the settings.json file, you need to add the path to the SDK. Additionally, you can configure formatting settings. { "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
{ "lsp": { "actionscript": { "initialization_options": { "sdk_path": "/path/to/sdk" }, "format": { "insertSpaceAfterCommaDelimiter": true, "insertSpaceAfterSemicolonInForStatements": false, "insertSpaceAtStartOfLineComment": true, "insertSpaceBeforeAndAfterBinaryOperators": true, "insertSpaceBetweenMetadataAttributes": false, "placeOpenBraceOnNewLine": false } } } }