# Acton for Sublime Text Acton language support for Sublime Text. ## Features - Syntax highlighting for Acton source files (.act) - Smart indentation - Auto-completion support - Auto-indent on colon followed by newline ## Installation ### Via Package Control (Recommended) 1. Install [Package Control](https://packagecontrol.io/installation) if you haven't already 2. Open Command Palette (Ctrl+Shift+P or Cmd+Shift+P) 3. Select "Package Control: Install Package" 4. Search for "Acton" and select it ### Manual Installation 1. Go to your Sublime Text packages directory: - Windows: `%APPDATA%\Sublime Text\Packages` - macOS: `~/Library/Application Support/Sublime Text/Packages` - Linux: `~/.config/sublime-text/Packages` 2. Clone this repository: ```bash git clone https://github.com/actonlang/sublime-acton.git Acton ``` ## Configuration Default settings: - 4 spaces for indentation - Spaces instead of tabs - Auto-indent after colon