Skip to content

Instantly share code, notes, and snippets.

@EricTRocks
Last active May 12, 2016 16:42
Show Gist options
  • Save EricTRocks/5bee21859386e1ad5f8b761cb8c8698f to your computer and use it in GitHub Desktop.
Save EricTRocks/5bee21859386e1ad5f8b761cb8c8698f to your computer and use it in GitHub Desktop.
Sublime Text build config for Fabric Engine KL code
{
"cmd": ["D:/fabric/FabricEngine-2.2.0-Windows-x86_64/bin/kl.exe", "--loadexts", "$file"],
"env": {
"PATH": "D:/fabric/FabricEngine-2.2.0-Windows-x86_64/bin",
"FABRIC_DIR": "D:/fabric/FabricEngine-2.2.0-Windows-x86_64",
"FABRIC_EXTS_PATH": "D:/fabric/FabricEngine-2.2.0-Windows-x86_64/Exts;",
"FABRIC_DFG_PATH": "D:/fabric/FabricEngine-2.2.0-Windows-x86_64/Presets/DFG;"
},
"selector": "source.kl",
"file_regex": "(?:]|:|^) ?([A-Za-z]:?[^:\\]]*\\.kl):(\\d+):(\\d+): (?:error:|warning:) (.+)$"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment