Add : and ; to the word separator

This commit is contained in:
Geraldo Neto
2019-10-16 19:23:50 -03:00
parent 1bc246323c
commit 9f80ce25c2
+1 -1
View File
@@ -49,7 +49,7 @@ export const DEFAULT_OPTIONS: ITerminalOptions = Object.freeze({
screenKeys: false,
cancelEvents: false,
useFlowControl: false,
wordSeparator: ' ()[]{}\',"'
wordSeparator: ' ()[]{}\',:;"'
});
/**