Skip to content

sh.lang: Introduce "command-substitution" context

Gaël Bonithon requested to merge neyfag/gtksourceview:patch-sh into master

Following comments in #94 (closed), this MR introduces "command-substitution" context, and precises the scope of "backtick-subshell" context. This allows to refine boundaries for "subshell" context (which is no longer confused with command substitution), and to improve slightly "double-quoted-string" context (in particular).

Merge request reports