oak-actionscript 0.0.11

High-performance incremental ActionScript parser for the oak ecosystem with flexible configuration, supporting modern ActionScript features and Flash development.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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.