diff --git a/cursorless-talon/src/snippets/snippets.py b/cursorless-talon/src/snippets/snippets.py index 470cdcf27d..0bd0982608 100644 --- a/cursorless-talon/src/snippets/snippets.py +++ b/cursorless-talon/src/snippets/snippets.py @@ -26,7 +26,8 @@ ctx = Context() ctx.matches = r""" -not tag: user.code_language_forced +tag: user.cursorless +and not tag: user.code_language_forced """ mod.list("cursorless_insert_snippet_action", desc="Cursorless insert snippet action")