I broke up with neovim....vim is my best friend now
This commit is contained in:
18
dot_vim/plugged/vimtex/test/test-syntax/test-pyluatex.tex
Normal file
18
dot_vim/plugged/vimtex/test/test-syntax/test-pyluatex.tex
Normal file
@@ -0,0 +1,18 @@
|
||||
\documentclass{article}
|
||||
\usepackage{pyluatex}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\begin{python}
|
||||
print("I am python but vimtex syntax highlighting does not know me")
|
||||
\end{python}
|
||||
|
||||
\begin{pythonq}
|
||||
print("I am python but vimtex syntax highlighting does not know me")
|
||||
\end{pythonq}
|
||||
|
||||
\begin{pythonrepl}
|
||||
print("I am python but vimtex syntax highlighting does not know me")
|
||||
\end{pythonrepl}
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user