Skip to content

Releases: WMZS-Modding/zs-language

1.1.1

20 Nov 09:13

Choose a tag to compare

🛠 What's fixed

  • 🔨 Fix false positive of < and >
  • ➕ Add shouldSkipRange back to detectStraightQuotes
  • 🖋 Update to version 1.1.1

Full Changelog: 1.1.0...1.1.1

1.1.0

20 Nov 08:01
1259d39

Choose a tag to compare

🛠 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

23 Oct 03:59

Choose a tag to compare

🛠 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

23 Oct 02:50

Choose a tag to compare

🛠 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 docs folder
  • ➕ Support new styles: HAXE, JAVA, C and C++
  • 🖋 Update syntax highlighting to use new scopes
  • 🔧 Update diagnosticProvider.ts to find words with new scope
  • 🔨 Remaster README.md and CHANGELOG.md by adding Emoji

Full Changelog: 0.2.2...1.0.0

0.2.2

18 Oct 05:51

Choose a tag to compare

What's changed

  • Rename minusSignSelector.ts to mathSignSelector.ts
  • Copy class ZSMinusSignSelector and modify ZSMultiplicationSignSelector and ZSDivisionSignSelector
  • Update to version 0.2.2

Full Changelog: 0.2.1...0.2.2

0.2.1

18 Oct 01:57

Choose a tag to compare

Change Log

  • Add flag (?i) on \\b\\w+(ed|ing)\\b to color both lowercase and uppercase
  • Update to version 0.2.1

Full Changelog: 0.2.0...0.2.1

0.2.0

18 Oct 01:28

Choose a tag to compare

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

16 Oct 14:02

Choose a tag to compare

Change Log

  • Add "Minus selector"
  • Up to version 0.1.16

Full Changelog: 0.1.15...0.1.16

0.1.15

15 Oct 02:41

Choose a tag to compare

Change Log

  • Re-register QuickFix
  • Up to version 0.1.15

Full Changelog: 0.1.14...0.1.15

0.1.14

15 Oct 02:17

Choose a tag to compare

Change Log

  • Remove classes: ZSCommaDiagnosticProvider ZSSpaceDiagnosticProvider ZSQuotesDiagnosticProvider
  • Add new class instead: ZSNounSymbolDiagnosticProvider
  • Up to version 0.1.14

Full Changelog: 0.1.13...0.1.14