Merge branch 'bsteers4-master-patch-22023' into 'master'
Update TextEditorMode_Sh.class: remove quotes from braces See merge request gambas/gambas!222
This commit is contained in:
commit
92a156b405
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
Inherits TextEditorMode
|
||||
|
||||
Static Public Const BRACES_OPEN As String = "([{\"'`"
|
||||
Static Public Const BRACES_CLOSE As String = ")]}\"'`"
|
||||
Static Public Const BRACES_OPEN As String = "([{"
|
||||
Static Public Const BRACES_CLOSE As String = ")]}"
|
||||
Static Public Const STRING_DELIM As String = "\"'"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue