mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
runtime(tex): add texEmphStyle to texMatchGroup in syntax script
fixes: #16228 Co-authored-by: Github User JordL Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
14
runtime/syntax/testdir/input/tex_01.tex
Normal file
14
runtime/syntax/testdir/input/tex_01.tex
Normal file
@@ -0,0 +1,14 @@
|
||||
\documentclass{article}
|
||||
\begin{document}
|
||||
\texttt{test}
|
||||
(\texttt{test})
|
||||
( \texttt{test} )
|
||||
\texttt{test})
|
||||
((blahblah)\\
|
||||
\texttt{test}
|
||||
\texttt{test}
|
||||
)
|
||||
(lorem ipsum)
|
||||
\texttt{test}
|
||||
( \textit{test} \textbf{test})
|
||||
\end{document}
|
Reference in New Issue
Block a user