From 9e1d8dc7c9ccb4537cb0cb9405d3cc60edc2a313 Mon Sep 17 00:00:00 2001 From: Pokey Rule Date: Tue, 9 Nov 2021 15:29:02 +0000 Subject: [PATCH] Fix field name --- src/marks/mark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/marks/mark.py b/src/marks/mark.py index 0113af20..163913c2 100644 --- a/src/marks/mark.py +++ b/src/marks/mark.py @@ -50,7 +50,7 @@ def cursorless_decorated_symbol(m) -> str: "type": "decoratedSymbol", "symbolColor": hat_style_name, "character": m.any_alphanumeric_key, - "useSnapshot": True, + "usePrePhraseSnapshot": True, } }