File tree Expand file tree Collapse file tree
Package/Sublime Text Keymap Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -424,13 +424,39 @@ contexts:
424424 3 : punctuation.definition.string.end.json
425425 set : [context-entry-contents-selector, in-mapping-expect-comma]
426426 - match : |-
427- (?x)(")((?:preceding_|following_)?text|num_selections|selection_empty
428- |has_(?:next|prev)_field
429- |(?:panel|auto_complete|popup)_visible|panel|panel_has_focus
430- |last_command|indented_block|has_snippet|is_javadoc
431- |overlay_(?:has_focus|visible|name)
432- |group_has_(?:multiselect|transient_sheet)
433- )(")
427+ (?x)
428+ (")
429+ ( auto_complete_primed
430+ | auto_complete_visible
431+ | eol_selector
432+ | following_text
433+ | group_has_multiselect
434+ | group_has_transient_sheet
435+ | has_prev_field
436+ | has_next_field
437+ | has_snippet
438+ | indented_block
439+ | is_javadoc
440+ | is_recording_macro
441+ | last_command
442+ | last_modifying_command
443+ | num_selections
444+ | overlay_has_focus
445+ | overlay_name
446+ | overlay_visible
447+ | panel
448+ | panel_has_focus
449+ | panel_type
450+ | panel_visible
451+ | popup_visible
452+ | preceding_text
453+ | read_only
454+ | selection_empty
455+ | selector
456+ | setting
457+ | text
458+ )
459+ (")
434460 scope: meta.context.key-value.key.other.sublime-keymap string.quoted.double.json
435461 captures:
436462 1: punctuation.definition.string.begin.json
You can’t perform that action at this time.
0 commit comments