Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Oct 28, 2024
1 parent b1ff896 commit 0ea12de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions syntaxes/connectors.jsonselection.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,17 @@
"NamedSelection": {
"name": "meta.NamedSelection",
"patterns": [
{
"include": "#PathWithSubSelection"
},
{
"include": "#NamedFieldSelection"
},
{
"include": "#NamedPathSelection"
},
{
"include": "#NamedGroupSelection"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions syntaxes/connectors.jsonselection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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*(:)"
Expand Down

0 comments on commit 0ea12de

Please sign in to comment.