Releases: WMZS-Modding/zs-language
Releases · WMZS-Modding/zs-language
1.1.1
🛠 What's fixed
- 🔨 Fix false positive of
<and> - ➕ Add
shouldSkipRangeback todetectStraightQuotes - 🖋 Update to version 1.1.1
Full Changelog: 1.1.0...1.1.1
1.1.0
🛠 What's new in "The Verbs Update"
- 🔧 Fix some false positive functions in
diagnosticProvider.js:- 📄 Add some word exceptions
- 📕 Fix curly quotes to make it skips them
- 🔨 Fix
<>due to mathematical symbols
- 🔎 Add module syntax highlighting and "Module checker"
- 🗂 Add "The Set Symbols selector"
- 🗃 Add almost 360 irregular verbs as wrong verbs
- 📚 Update documents
- 🖋 Update to version 1.1.0
Full Changelog: 1.0.1...1.1.0
1.0.1
🛠 What's changed
- 🤝 Credit Microsoft in
README.md - 🖋 Update to version 1.0.1
Full Changelog: 1.0.0...1.0.1
1.0.0
🛠 What's new in "The Big Update" (1.0.0 update)
- 🎨 New ZS themes supported! Now, you should choose ZS themes that you want. Default is "ZS Dark Modern". More scopes have been supported like
zs.red,zs.green,zs.blue,zs.cyan,zs.magenta,zs.yellow,zs.orange,zs.purple,zs.pink,zs.white,zs.black - 📚 Add Markdown files to
docsfolder - ➕ Support new styles: HAXE, JAVA, C and C++
- 🖋 Update syntax highlighting to use new scopes
- 🔧 Update
diagnosticProvider.tsto find words with new scope - 🔨 Remaster
README.mdandCHANGELOG.mdby adding Emoji
Full Changelog: 0.2.2...1.0.0
0.2.2
What's changed
- Rename
minusSignSelector.tstomathSignSelector.ts - Copy class
ZSMinusSignSelectorand modifyZSMultiplicationSignSelectorandZSDivisionSignSelector - Update to version 0.2.2
Full Changelog: 0.2.1...0.2.2
0.2.1
Change Log
- Add flag
(?i)on\\b\\w+(ed|ing)\\bto color both lowercase and uppercase - Update to version 0.2.1
Full Changelog: 0.2.0...0.2.1
0.2.0
What's new in 0.2.0
- Support Python style and Normal style
- Minimal remaster README.md
- Change color for some keywords
- Color V_ed, V_ing with red
- Update to version 0.2.0
Full Changelog: 0.1.16...0.2.0
0.1.16
0.1.15
0.1.14
Change Log
- Remove classes:
ZSCommaDiagnosticProviderZSSpaceDiagnosticProviderZSQuotesDiagnosticProvider - Add new class instead:
ZSNounSymbolDiagnosticProvider - Up to version 0.1.14
Full Changelog: 0.1.13...0.1.14