mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 05:09:33 +02:00
synunihighlighter: fixed typos introduced in the conversion to mode objfpc (bug #10218)
git-svn-id: trunk@13256 -
This commit is contained in:
parent
26fb043832
commit
23ecc4209e
components/synunihighlighter
@ -1,3 +1,9 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: synunidesigner:sunifiledescription
|
||||
msgid "UniHighlighter Syntax"
|
||||
msgstr ""
|
||||
|
@ -1,3 +1,9 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: synunireg:sedituni
|
||||
msgid "Edit..."
|
||||
msgstr ""
|
||||
|
@ -1568,7 +1568,7 @@ begin
|
||||
if parser.fLine[parser.Run] in parser.fCurrentRule.fTermSymbols then
|
||||
begin
|
||||
Result:=True;
|
||||
tkSynSymbol:=self.tkSynSymbol;
|
||||
tkSynSymbol1:=self.tkSynSymbol;
|
||||
end
|
||||
else
|
||||
Result:=false;
|
||||
@ -1591,7 +1591,7 @@ function TDefaultTermSymbols.GetToken(parser: TSynUniSyn;var tkSynSymbol1:TSynSy
|
||||
begin
|
||||
if parser.fLine[parser.Run]<>#0 then
|
||||
Inc(parser.Run);
|
||||
tkSynSymbol:=self.tkSynSymbol;
|
||||
tkSynSymbol1:=self.tkSynSymbol;
|
||||
Result:=True;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user