Clock-Syntax-HighlighterOverviewClock-Syntax is a Visual Studio Code extension providing syntax highlighting for the Clock Programming Language. Demo Screenshots🌟 FeaturesSyntax Highlighting CapabilitiesKeywords Support:if else while for returnDeclaration Types:make list constSupported Literals:Decimal numbers Binary numbers (0b) Hexadecimal numbers (0x) Code Example
🛠 Technical SpecificationsSupported VS Code Versions Minimum: ^1.96.0 File Extensions .clk 🔍 Highlighting DetailsFunction name recognition Escape sequence handling Single and multi-line comment support Comprehensive punctuation tracking 🚧 Current LimitationsNo advanced error checking Preliminary syntax support 📦 InstallationOpen VS Code Navigate to Extensions Search "Clock-Syntax" Click Install 🤝 ContributingOpen to community contributions Report issues on GitHub Pull requests welcome 📌 Future RoadmapAdvanced error detection Linting support Improved identifier recognition Enhanced autocomplete |