feat: add column to syntaxContextType
This commit is contained in:
parent
7b7cc1b49c
commit
00b66ccf44
@ -37,6 +37,10 @@ export enum SyntaxContextType {
|
||||
PROCEDURE = 'procedure',
|
||||
/** procedure name that will be created */
|
||||
PROCEDURE_CREATE = 'procedureCreate',
|
||||
/** column name */
|
||||
COLUMN = 'column',
|
||||
/** column name that will be created */
|
||||
COLUMN_CREATE = 'columnCreate',
|
||||
}
|
||||
|
||||
export interface WordRange {
|
||||
|
Loading…
Reference in New Issue
Block a user