diff options
Diffstat (limited to 'extras')
-rw-r--r-- | extras/mseide_syntaxdefs/pascal_dark.sdef | 5 | ||||
-rw-r--r-- | extras/mseide_templates/fpgui.prj | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/extras/mseide_syntaxdefs/pascal_dark.sdef b/extras/mseide_syntaxdefs/pascal_dark.sdef index cb48ad08..8c95beb7 100644 --- a/extras/mseide_syntaxdefs/pascal_dark.sdef +++ b/extras/mseide_syntaxdefs/pascal_dark.sdef @@ -71,7 +71,7 @@ scope string1 string scope symbol1 symbol RETURN -# No endtokens, scope terminates imediately +# No endtokens, scope terminates immediately scope main @@ -91,6 +91,9 @@ scope main ';' symbol1 ',' symbol1 '=' symbol1 + '<>' symbol1 + '<' symbol1 + '>' symbol1 diff --git a/extras/mseide_templates/fpgui.prj b/extras/mseide_templates/fpgui.prj index 41b5e70c..32a77fa2 100644 --- a/extras/mseide_templates/fpgui.prj +++ b/extras/mseide_templates/fpgui.prj @@ -239,7 +239,7 @@ downloadalways=0 startupbkpt=0 startupbkpton=0 gdbsimulator=0 -gdbprocessor=i386 +gdbprocessor=auto gdbservercommand= gdbservercommandattach= gdbserverwait=0 |