Skip to content

Commit 47aa3a7

Browse files
raylemonaminya
authored andcommitted
Update doc.coffee
support for ConTeXt MkIV and LMTX
1 parent 6741089 commit 47aa3a7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/grammars/doc.coffee

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ exports.LaTeX =
4444
'File Based':
4545
command: 'latexmk'
4646
args: ({filepath}) -> ['-cd', '-quiet', '-pdf', '-pv', '-shell-escape', filepath]
47+
48+
exports.ConTeXt =
49+
'File Based':
50+
command: 'context'
51+
args: ({filepath}) -> ['--autopdf','--nonstopmode', '--synctex','--noconsole',filepath]
4752

4853
exports['LaTeX Beamer'] = exports.LaTeX
4954

0 commit comments

Comments
 (0)