The repository aims to facilitate the transition from Ultisnips to Yasnippet. However, I encountered an issue related to detecting math context.
When utilizing the following Ultisnips code:
context "math()"
snippet "hat" "hat" riA
\hat{$1}$0
endsnippet
I received the following output:
Parse error: latex-snippets/tex.snippets: 104: 'context "math()"'
It seems that the detection of the math context is not functioning correctly. Any assistance in resolving this matter would be greatly appreciated.
The repository aims to facilitate the transition from Ultisnips to Yasnippet. However, I encountered an issue related to detecting math context.
When utilizing the following Ultisnips code:
context "math()" snippet "hat" "hat" riA \hat{$1}$0 endsnippetI received the following output:
It seems that the detection of the math context is not functioning correctly. Any assistance in resolving this matter would be greatly appreciated.