parent
774ca72270
commit
9f49cf150a
@ -194,8 +194,8 @@ let b:current_syntax = 'tex'
|
||||
unlet b:current_syntax
|
||||
syntax include @GNUPLOT syntax/gnuplot.vim
|
||||
syntax region texZone
|
||||
\ start='\\begin{gnuplottex}\(\_s*\[\_[\]]\{-}\]\)\?'rs=s
|
||||
\ end='\\end{gnuplottex}'re=e
|
||||
\ start='\\begin{gnuplot}\(\_s*\[\_[\]]\{-}\]\)\?'rs=s
|
||||
\ end='\\end{gnuplot}'re=e
|
||||
\ keepend
|
||||
\ transparent
|
||||
\ contains=texBeginEnd,texBeginEndModifier,@GNUPLOT
|
||||
|
@ -27,9 +27,9 @@ testing
|
||||
}
|
||||
\end{dot2tex}
|
||||
|
||||
\begin{gnuplottex}[terminal=..., terminaloptions=...]
|
||||
\begin{gnuplot}[terminal=..., terminaloptions=...]
|
||||
plot file using 1:2 with lines
|
||||
\end{gnuplottex}
|
||||
\end{gnuplot}
|
||||
|
||||
\begin{minted}{python}
|
||||
def function(arg):
|
||||
|
Loading…
Reference in New Issue
Block a user