From ca3df73d3ac9e330d4d4c7175f21e51043f6fb7d Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Thu, 14 Mar 2024 19:13:50 -0500 Subject: [PATCH] fix: Snippet not triggering on multi word lines --- custom-snippets/tex.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-snippets/tex.snippets b/custom-snippets/tex.snippets index 928e047..8f00d11 100644 --- a/custom-snippets/tex.snippets +++ b/custom-snippets/tex.snippets @@ -14,7 +14,7 @@ priority -10 extends tex context itemize_like() -snippet "\\item\s*\S+" "create next item" rb +snippet "\\item\s*\S+.*" "create next item" rb `!p snip.rv = match.group(0)` \item $0 endsnippet