Skip to content

pngdrift/zed-actionscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Language Server

About

ActionScript language support for Zed editor

Topics

Resources

License

Stars

Watchers

Forks