Skip to content

Commit

Permalink
Fix field name
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Nov 27, 2021
1 parent 31265e5 commit 9e1d8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/marks/mark.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
}

Expand Down

0 comments on commit 9e1d8dc

Please sign in to comment.