way2muchnoise / ZenScript-Highlighter

Sublime Text highlighting for ZenScript used in MineTweaker, CraftTweaker and ModTweaker
MIT License
15 stars 5 forks source link

Usage of < or > in conditions breaks syntax highlight #23

Open Archer-Dante opened 4 years ago

Archer-Dante commented 4 years ago

if ( a > 0) highlighted as error at ">" symbol

if ( a < 0) breaks all highlight after "<" symbol

using zenscript of 1.12.2 not sure for 1.14+

found same #20 marked as solved but still have issue

way2muchnoise commented 4 years ago

What version of the plugin are you using? Sublime or Atom?

Archer-Dante commented 4 years ago

I'm using Sublime plugin version is 0.5.2 Installed it from https://packagecontrol.io/packages/ZenScript through package control feature