Skip to content

Parameters with Prefixes

Compare
Choose a tag to compare
@runxel runxel released this 21 Mar 20:13
· 83 commits to master since this release
  • Parameters with special prefixes like i_ (for integer) or b_ (for booleans) are now highlighted like the optional parameters (e.g. ac_ or gs_)
  • 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"
    }