Skip to content

Commit a907839

Browse files
authored
Merge pull request #17 from sanssecours/enhancements
Minor Enhancements & Support for Additional Languages in Code Blocks
2 parents 95ab026 + a1fff64 commit a907839

File tree

2 files changed

+817
-17
lines changed

2 files changed

+817
-17
lines changed

Snippets/Code block.tmSnippet

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
<plist version="1.0">
44
<dict>
55
<key>content</key>
6-
<string>\`\`\`${1|bash,bib,c,c#,c++,cpp,csharp,css,go,html,inc,java,javascript,jruby,js,latex,macruby,node,php,python,rake,rb,rbx,ruby,rusthon,sh,shell,swift,tex,xhtml,zsh|}
6+
<string>\`\`\`${1|ada,adb,ads,antlr,applescript,bash,bib,c,c#,c++,cmake,cpp,csharp,css,dot,fish,g4,go,groovy,grt,gtpl,gv,gvy,haskell,hs,html,inc,java,javascript,jruby,js,json,latex,lua,macruby,make,Makefile,Markdown,matlab,md,node,ocaml,octave,perl,php,pl,prolog,py,python,r,R,rake,rb,rbx,ruby,rusthon,scpt,sh,shell,sql,swift,tcl,Tcl,tex,vhd,vhdl,VHDL,xhtml,yaml,yml,zsh|}
77
$0
88
\`\`</string>
99
<key>name</key>
1010
<string>Insert Code Block</string>
11+
<key>scope</key>
12+
<string>text.html.markdown</string>
1113
<key>tabTrigger</key>
1214
<string>`</string>
1315
<key>uuid</key>

0 commit comments

Comments
 (0)