JCore Development Tools JCore Development Tools adds syntax highlighting, editing features, and a streamlined workflow for the JCore programming language in Visual Studio Code. Features Syntax highlighting for JCore keywords, strings, numbers, comments, and built-in functions (like say) Instant recognition of .jc files Lightweight, fast, and easy to use Example: JCore file with highlighting in VS Code (Add your own screenshot here!) Requirements Visual Studio Code JCore Interpreter (optional, for running .jc files — make sure jcore is in your PATH) How to Run JCore Files Open your .jc file in VS Code. Press Ctrl + Shift + B to run the current file (requires JCore interpreter in your PATH). Or, run jcore yourfile.jc in the integrated terminal. Extension Settings This extension does not add custom settings (yet). Syntax highlighting works out of the box for .jc files. Known Issues Multi-line comments and advanced highlighting are under development. File issues or feature requests here (add link if you have a repo!) Release Notes 1.0.0 Initial release: Syntax highlighting for JCore. About JCore JCore is a simple, modern programming language for experimentation and education. Learn more at your-website-here (replace or edit as you like). Enjoy coding in JCore! |