Ansible2 / sqf-language-rework

2 stars 0 forks source link

compile string commands do not show scopes properly #16

Closed Ansible2 closed 2 years ago

Ansible2 commented 2 years ago

Example:

// no color
compile "thing";

// color
private _var = compile "thing";