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

Change to per passage parsing, rather than per file #38

Open cyrusfirheir opened 3 years ago

cyrusfirheir commented 3 years ago

As of now, everything is parsed per file. Switch to parsing per passage, and caching unchanged stuff. Will improve performance and allow for localized passage content handling.

Will make #29, #36, and #39 easier to handle.