ast: Adding rule_head_refs capabilities feature flag (#6346)

To signal/toggle support for general refs in rule heads.

Fixes: #6334
Signed-off-by: Johan Fylling <johan.dev@fylling.se>
This commit is contained in:
Johan Fylling
2023-11-15 11:24:16 +01:00
committed by GitHub
parent 7933a40006
commit 56f2350d0f
9 changed files with 5145 additions and 11 deletions
+2 -1
View File
@@ -4705,6 +4705,7 @@
}
],
"features": [
"rule_head_ref_string_prefixes"
"rule_head_ref_string_prefixes",
"rule_head_refs"
]
}