Skip to content

Commit

Permalink
cmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-T committed Feb 15, 2025
1 parent 2269245 commit c24f441
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions atsynedit_cmp/atsynedit_cmp_form.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1114,9 +1114,9 @@ initialization
ReplaceOnRight:= true;
ShortcutForAutocomplete:= 0;
SymbolsAllowedBeforeCaret:= '.:>';
//dot is must have
//'::' is for C++
//'->' is for C++
//dot is must have: id.id
//support :: from C++
//support -> from C++
//quotes are for Codeium plugin which can suggest string constants
end;

Expand Down

0 comments on commit c24f441

Please sign in to comment.