# ActionScript Highlighter
Provides high-performance syntax highlighting for ActionScript source code, essential for a rich IDE experience.
## ✨ Features
- **Keyword Recognition**: Supports all major ActionScript 3.0 keywords, including access modifiers, control flow, and type declarations.
- **Token-Based Highlighting**: Identifies strings, numbers, comments, and identifiers.
- **Extensible Design**: Prepared for both basic lexer-based highlighting and advanced, parser-informed semantic highlighting.
## 🎨 Highlight Categories
- **Keywords**: access modifiers (`public`, `private`), control flow (`if`, `for`), etc.
- **Literals**: String, numeric, and boolean values.
- **Comments**: Both single-line and multi-line documentation.
- **Identifiers**: Class names, variable names, and function names.