Merge branch 'master' of gitlab.com:gambas/gambas

This commit is contained in:
Benoît Minisini 2023-10-28 02:27:46 +02:00
commit 2afa5ed141

View file

@ -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