This is an old revision of the document!
Here are some BrightScript tips.
On a Windows system, here's a template Sublime project:
{ "build_systems": [ { "name": "Zip", "shell_cmd": "\"C:\\Program Files\\7-Zip\\7z.exe\" a -tzip \"$project_base_name.zip\" manifest source/*.brs images", "working_dir": "$project_path" } ], "folders": [ { "path": ".", "file_exclude_patterns": [ "tags", "*.zip", "*.sublime-project" ], "folder_exclude_patterns": [ "obj" ], } ] }