Merge branch 'master' of gitlab.com:gambas/gambas
This commit is contained in:
commit
2afa5ed141
1 changed files with 2 additions and 2 deletions
|
@ -246,8 +246,8 @@ Public Sub RunWith(sText As String, cKeyword As Collection, cOperator As Collect
|
||||||
TextHighlighter.Add(State.Escape, 2)
|
TextHighlighter.Add(State.Escape, 2)
|
||||||
Inc iPos
|
Inc iPos
|
||||||
Else
|
Else
|
||||||
TextHighlighter.Add(State.Escape, 1)
|
TextHighlighter.Add(State.Escape, 2)
|
||||||
If sCar = "\"" Then Inc ipos
|
If sCar = "\"" Or If sCar = "'" Then Inc ipos
|
||||||
Endif
|
Endif
|
||||||
'Inc iPos
|
'Inc iPos
|
||||||
Continue
|
Continue
|
||||||
|
|
Loading…
Reference in a new issue