mirror of
https://github.com/kennethreitz-archive/kJS.tmbundle.git
synced 2026-06-05 23:50:19 +00:00
23 lines
528 B
Plaintext
23 lines
528 B
Plaintext
<?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>content</key>
|
|
<string>switch(${10:/*Expression*/}){
|
|
case ${20:/*Expression*/}:
|
|
${0:}
|
|
break;
|
|
default:
|
|
|
|
}</string>
|
|
<key>name</key>
|
|
<string>switch … case</string>
|
|
<key>scope</key>
|
|
<string>source.js</string>
|
|
<key>tabTrigger</key>
|
|
<string>switch</string>
|
|
<key>uuid</key>
|
|
<string>65AAF33F-7706-4FC0-B5E0-E9AABEF0731E</string>
|
|
</dict>
|
|
</plist>
|