Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ public TLACompletionProcessor() {
// active inside an algorithm definition (chicken or egg problem).
final List<CompletionProposalTemplate> l = new ArrayList<CompletionProposalTemplate>(1);
l.add(new CompletionProposalTemplate(
"(***************************************************************************\r\n"
+ "--algorithm AlgorithmName {\r\n}\r\n"
+ "***************************************************************************)\r\n",
"(*--algorithm AlgorithmName\r\n"
+ "end algorithm;*)\r\n",
IPCalReservedWords.ALGORITHM, IPCalReservedWords.ALGORITHM_HELP));
proposals.put(ITLAReserveredWords.ALGORITHM, l);
}
Expand Down