mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 16:58:56 +00:00
[antlr grammar generation] partial revert in 'compileParserMembers'
Signed-off-by: Christian Schneider <christian.schneider@itemis.de>
This commit is contained in:
parent
f6d4cac3df
commit
fde041627e
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class AntlrContentAssistGrammarGenerator extends AbstractAntlrGrammarWithActions
|
|||
private final Map<String, String> tokenNameToValue = new HashMap<String, String>();
|
||||
|
||||
{
|
||||
«FOR kw: allKeywords.sort.sortBy[-length]»
|
||||
«FOR kw: allKeywords.sort.sortBy[length]»
|
||||
tokenNameToValue.put("«keywordHelper.getRuleName(kw)»", "'«kw.toStringInAntlrAction.replaceAll("\\\\\\$", "\\\\u0024")»'");
|
||||
«ENDFOR»
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue