tcl_language_support #18

Merged
Christoph merged 10 commits from tcl_language_support into main 2025-07-28 20:17:42 +00:00
Showing only changes of commit 94181497bd - Show all commits
+3 -3
View File
@@ -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\""
]
},
{