From 0ea12de909a837847cdedc704c80f4278f3ec879 Mon Sep 17 00:00:00 2001 From: Lenz Weber-Tronic Date: Mon, 28 Oct 2024 15:35:49 +0100 Subject: [PATCH] uncomment --- syntaxes/connectors.jsonselection.json | 6 ++++++ syntaxes/connectors.jsonselection.yaml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/syntaxes/connectors.jsonselection.json b/syntaxes/connectors.jsonselection.json index 4bfb6fef..4bb4daad 100644 --- a/syntaxes/connectors.jsonselection.json +++ b/syntaxes/connectors.jsonselection.json @@ -50,11 +50,17 @@ "NamedSelection": { "name": "meta.NamedSelection", "patterns": [ + { + "include": "#PathWithSubSelection" + }, { "include": "#NamedFieldSelection" }, { "include": "#NamedPathSelection" + }, + { + "include": "#NamedGroupSelection" } ] }, diff --git a/syntaxes/connectors.jsonselection.yaml b/syntaxes/connectors.jsonselection.yaml index 996ac386..672b1512 100644 --- a/syntaxes/connectors.jsonselection.yaml +++ b/syntaxes/connectors.jsonselection.yaml @@ -31,10 +31,10 @@ repository: NamedSelection: name: "meta.NamedSelection" patterns: - # - include: "#PathWithSubSelection" + - include: "#PathWithSubSelection" - include: "#NamedFieldSelection" - include: "#NamedPathSelection" - # - include: "#NamedGroupSelection" + - include: "#NamedGroupSelection" # NamedPathSelection ::= Alias PathSelection NamedPathSelection: begin: "\\b([a-zA-Z][0-9a-zA-Z_]*)\\s*(:)"