sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
'use strict'; | |
Marionette.SortedCollectionView = Marionette.CollectionView.extend({ | |
/** | |
* Given a model, function tries to find the correct itemView based on the | |
* model's cid. Returns itemview or null | |
* @param model | |
* @return itemView/null | |
*/ |
{ | |
"cmd": ["/Users/newtriks/Library/Plugins/sdks/flex_sdk_4.6.0.23201B/bin/mxmlc", | |
"$file", | |
"-static-link-runtime-shared-libraries=true"], | |
"file_regex": "(.*)[(](\\d+)[)]:(?: col: (?:\\d+))? *Error: (.*)", | |
"selector": "source.actionscript", | |
"variants": [ | |
{ "cmd": ["open ${file_path}/${file_base_name}.swf"], | |
"shell": true, | |
"name": "Run" |