diff --git a/src/vs/editor/common/model/wordHelper.ts b/src/vs/editor/common/model/wordHelper.ts index ea15b16036..2105088dcf 100644 --- a/src/vs/editor/common/model/wordHelper.ts +++ b/src/vs/editor/common/model/wordHelper.ts @@ -6,6 +6,7 @@ import { IWordAtPosition } from 'vs/editor/common/model'; +// {{SQL CARBON EDIT}} export const USUAL_WORD_SEPARATORS = '`~!#$%^&*()-=+[{]}\\|;:\'",.<>/?'; /**