SimpleScript SyntaxVS Code Extension for the SimpleScript programming language (.sim) This extension provides core developer features to make writing and reading SimpleScript code a clean and enjoyable experience, eliminating the frustrating syntax errors caused by standard editors. ✨ FeaturesThis extension provides the foundational tools required for smooth SimpleScript development:
🛠️ UsageOnce installed, the extension automatically activates when you open any file ending with the .sim extension. Example of Syntax HighlightingThe extension correctly identifies and colors the plain-text operators: # Routine Declaration
End Routine. # Error Handling Block 📦 InstallationThis extension is part of the overall SimpleScript project package.
🤝 ContributingThis extension is built entirely on JSON configuration files. If you find any keywords that are not highlighted correctly, or if you would like to contribute more advanced features (like Go-to-Definition), please submit a pull request to the main SimpleScript repository. The syntax grammar file is located at syntaxes/simplescript.tmLanguage.json. |