diff options
author | pommicket <pommicket@gmail.com> | 2023-01-07 12:42:34 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-07 12:42:34 -0500 |
commit | e2aad67eedd07cff24a51faf31b8c6984a23d777 (patch) | |
tree | c0fe2e10f1a797e66ccbbe92eb9e1b6527847997 /test/lsp/tex | |
parent | 3a5d0834854b88d6139b96e93c84f9156fb63b33 (diff) |
fix texlab go-to-definition
actually its their fault for ignoring the lack of capability
Diffstat (limited to 'test/lsp/tex')
-rw-r--r-- | test/lsp/tex/thing.tex | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/lsp/tex/thing.tex b/test/lsp/tex/thing.tex new file mode 100644 index 0000000..337261e --- /dev/null +++ b/test/lsp/tex/thing.tex @@ -0,0 +1,7 @@ +\documentclass{article} +\newcommand{\Sin}[1]{\sin\left(#1\right)} +\begin{document} +$$x^2 + \pi = 5\pi - \sin\sqrt{100+12}$$ +$$\Sin{123}$$ + +\end{document} |