Variables and Constants: Highlights numeric constants, booleans, and variable names.
Strings: Supports both single-quoted and double-quoted string formats with interpolation.
Comments: Both single-line (//) and block comments (/* */) are highlighted, with support for nested block comments.
Planned Features
[ ] Code Formatting & Refactoring
[ ] Debugging
Feature Request
Please submit an issue ticket
Contributing
We welcome contributions to the APLang extension! Whether you're fixing bugs, adding new features, or improving documentation, your help is appreciated!
To make code changes:
Fork the repository.
Create a new branch for your features or bug fixes.