<item name="command" value="python|[C-:]replb {s:python;e:utf-8;i:>>>}python -i[cr]"/>
How to show colored changes of current file: !{s:diff}git diff %f%
Who touched this line last: !!!!git blame %f% -L %l%,%l%
How to show current file path: !!!echo %f%
How work with MSBuild *.proj files like with xml:
<item name="syntax:*.proj;*.csproj" value="xml (debug)"/>
<item name="forcedSnippets:*.proj;*.csproj" value="xml"/>
<item name="spacesInsteadTabs" value="false"/><-- use tabs for all unfiltered -->
<item name="spacesInsteadTabs:*.py" value="true"/><-- use spaces for python -->
<item name="afterSaveCommand:*.js" value="!?^jshint %f%"/>
<item name="f8Command" value='!!"C:\Program Files\Git\bin\sh.exe" --login -i'/>
snippet = action:
[C-:]<echo =&set /a "%s%"[cr][C-[]kJA