-
Notifications
You must be signed in to change notification settings - Fork 64
/
Copy pathItalic.tmCommand
37 lines (36 loc) · 1.03 KB
/
Italic.tmCommand
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>beforeRunningCommand</key>
<string>nop</string>
<key>command</key>
<string>#!/bin/bash
[[ -f "${TM_SUPPORT_PATH}/lib/bash_init.sh" ]] && . "${TM_SUPPORT_PATH}/lib/bash_init.sh"
toggle_style.rb -style=emph</string>
<key>fallbackInput</key>
<string>word</string>
<key>input</key>
<string>selection</string>
<key>inputFormat</key>
<string>text</string>
<key>keyEquivalent</key>
<string>@i</string>
<key>name</key>
<string>Italic</string>
<key>outputCaret</key>
<string>afterOutput</string>
<key>outputFormat</key>
<string>snippet</string>
<key>outputLocation</key>
<string>replaceInput</string>
<key>scope</key>
<string>text.tex.latex - source</string>
<key>semanticClass</key>
<string>style.emphasis.latex</string>
<key>uuid</key>
<string>4F91DE78-EA89-48A0-98E4-7A1CB64C7D87</string>
<key>version</key>
<integer>2</integer>
</dict>
</plist>