cyrusfirheir / twee3-language-tools

[ VSCode extension ] Syntax highlighting and programmatic language tools for Twee 3, and Twine 2 storyformats.
https://marketplace.visualstudio.com/items?itemName=cyrusfirheir.twee3-language-tools
MIT License
47 stars 16 forks source link

Disabling parsing for sections using special directives in comments #27

Open cyrusfirheir opened 3 years ago

cyrusfirheir commented 3 years ago

Suggested by TME:

/* t3lt-disable */
Disable all the things…
/* t3lt-enable */

/* t3lt-disable thing */
Disable specific thing…
/* t3lt-enable thing */