0
0
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:
Christian Brabandt
2025-01-18 18:09:38 +01:00
parent c65bb2ea8e
commit 2cb8246eb9
3 changed files with 38 additions and 3 deletions

View 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}