Parameters with Prefixes
- Parameters with special prefixes like
i_
(for integer) orb_
(for booleans) are now highlighted like the optional parameters (e.g.ac_
orgs_
) - There is a new option you can set in the
.sublime-project
file: If you have nested folders you can set a new "root (where your HSFs are) via{ "root": "nested/folder" }