From 94181497bd353720d8c6e09388cbe7336bcab37f Mon Sep 17 00:00:00 2001 From: Christoph Brandau Date: Fri, 25 Jul 2025 12:19:38 +0200 Subject: [PATCH] fix item list --- server/src/common/completion_list.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/src/common/completion_list.json b/server/src/common/completion_list.json index d0ae302..aec2eb7 100644 --- a/server/src/common/completion_list.json +++ b/server/src/common/completion_list.json @@ -1033,7 +1033,7 @@ ], "example": [ "# Example 1", - "MOM_polar_motion linear_move polar_vector_ref mom_pos" + "MOM_polar_motion \"linear_move\" \"polar_vector_ref\" \"mom_pos\"" ] }, { @@ -1150,7 +1150,7 @@ } ], "example": [ - "MOM_source my_header.tcl" + "MOM_source \"my_header.tcl\"" ] }, { @@ -1169,7 +1169,7 @@ } ], "example": [ - "MOM_suppress_address Always N X Y" + "MOM_suppress \"Always\" \"N\" \"X\" \"Y\"" ] }, {