GitHub - liam-ilan/crumb-vscode: The Visual Studio Code syntax highlighter extension for the Crumb programming language.

1 min read Original article ↗

Crumb Syntax Highlighter for Visual Studio Code

The Visual Studio Code syntax highlighter extension for Crumb. Install the extension here.

Examples

example 1 example 2

Size of the Highlighter

The TextMate grammar for this highlighter is tiny (less than 50 lines of very whitespaced json). Since Crumb's whole syntax can be described in 6 lines of EBNF, simplicity carries through! Crumb has no keywords, so all that needs to be highlighted are closures, comments, strings, numbers, and some minor special symbols (->, <-, and =).

Author

Built by Liam Ilan.