paulmist
paulmist
Ping @P233
Let me know if you need more. Thanks! ``` _z () { local datafile="${_Z_DATA:-$HOME/.z}" [ -z "$_Z_OWNER" -a -f "$datafile" -a ! -O "$datafile" ] && return if [ "$1"...
Thanks for your help. I tried all of the above - but nothing worked. OMZ was already up-to-date. However, I then found this line in my .zshrc file… ``. `brew...
Definitely don't know what I'm doing but perhaps it requires some "indentationRules" in the language config like this? (Stolen from the PHP language config): ``` "indentationRules": { "increaseIndentPattern": "({(?!.*}).*|\\(|\\[|((else(\\s)?)?if|else|for(each)?|while|switch|case).*:)\\s*((/[/*].*|)?$|\\?>)", "decreaseIndentPattern":...
https://code.visualstudio.com/api/language-extensions/language-configuration-guide#indentation-rules
I've attempted to add this myself in a fork of the extension - but no luck. Any help appreciated.
Old issue, but one that has been bothering me only more recently. I've implemented a "fix/hack" that's working for me. My main issue was the snippet for `$('')` producing a...