This Visual Studio Code extension provides language support for .do files with the specific format outlined below. The extension highlights keywords, strings, numbers, booleans, assignment operators, and punctuation in distinct colors.
Features
Syntax highlighting for:
Keywords: do, let
Strings: "text"
Numbers: 123
Booleans: true, false
Assignment operators: =
Punctuation: {}, ;
Example
Here is an example of a .do file with the syntax highlighting provided by this extension: