Which IDE do you use?

sadly no! …time to file an issue :wink:

Um… SC-IDE shows different colours for different data types (such as number, string, character and symbol), keywords, variables and comments, as well as class names and methods, etc. It also shows the pair of brackets next to the cursor:

Correct, it uses the syntax highlighting rules for sclang, but doesn’t have syntax highlighting for scdoc. Notice how all the ‘tag::’ elements are highlighted like ‘symbol:’?

This will be in the VSCode plugin soon, I have a working proof of concept.

2 Likes

I misunderstood as well - SCNvim does seem to do highlighting for schelp

Ah, yes! I see what you mean now! Sorry!