I have found an issue of your plugin. plz check below Input ``` javascript // my input alert('a'); var a = 'd'; var b = 'd'; if(a == b) { alert(a); try { alert('test'); } catch(e) { ; } } ``` Output 
I have found an issue of your plugin.
plz check below
Input
Output