A while ago, we added support for displaying multiple consecutive keywords in content assist. However, this required extracting these keywords into their own grammar rules which made the grammar more ugly and difficult to read and it caused problems for formatting. We already removed these keyword rules for EMV2 in a9a9c3f. The same should be done for the Aadl2 and Properties grammars.
A while ago, we added support for displaying multiple consecutive keywords in content assist. However, this required extracting these keywords into their own grammar rules which made the grammar more ugly and difficult to read and it caused problems for formatting. We already removed these keyword rules for EMV2 in a9a9c3f. The same should be done for the
Aadl2andPropertiesgrammars.