Closed deathaxe closed 5 years ago
Currently context auto-completion works only, if the list of contexts is surrounded by brackets.
cmd-generic: - match: (?=\S) push: [cmd-generic-end, cmd-generic-name]
It would be useful to have auto-competions for contexts like cmd-generic-end in following list styles as well.
cmd-generic-end
cmd-generic: - match: (?=\S) push: - cmd-generic-end - cmd-generic-name
Currently context auto-completion works only, if the list of contexts is surrounded by brackets.
It would be useful to have auto-competions for contexts like
cmd-generic-end
in following list styles as well.