UNPKG

monaco-sql-languages

Version:

SQL languages for the Monaco Editor, based on monaco-languages.

10 lines (9 loc) 509 B
export * from './_.contribution'; export * from './monaco.contribution'; export * from './languageService'; export * from './setupLanguageFeatures'; export * from './common/constants'; export * from './theme'; export * as snippets from './snippets'; export { EntityContextType, StmtContextType } from 'dt-sql-parser'; export type { WordRange, SyntaxSuggestion, Suggestions, TextSlice, ParseError, StmtContext, EntityContext, CommonEntityContext, ColumnEntityContext, FuncEntityContext } from 'dt-sql-parser';