Skip to content

Commit

Permalink
Export 'createParser' function to ease completion parser customization (
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-fleck-at authored Sep 5, 2024
1 parent 2a99ce2 commit f60cfeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/langium/src/parser/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export * from './indentation-aware.js';
export * from './langium-parser-builder.js';
export * from './langium-parser.js';
export * from './lexer.js';
export * from './parser-builder-base.js';
export * from './parser-config.js';
export * from './token-builder.js';
export * from './value-converter.js';

0 comments on commit f60cfeb

Please sign in to comment.