Searched full:closecomment (Results 1 – 8 of 8) sorted by relevance
10 closeComment: >-
17 closeComment: false
23 closeComment: false
293 const closeComment = " */"; constant297 const result = preamble + newLine + tags + indentationStr + closeComment + endLine;300 return { newText: openComment + closeComment, caretOffset: 3 };
127467 var closeComment = " */";127471 var result = preamble + newLine + tags + indentationStr + closeComment + endLine;127474 return { newText: openComment + closeComment, caretOffset: 3 };
126898 var closeComment = " */";126902 var result = preamble + newLine + tags + indentationStr + closeComment + endLine;126905 return { newText: openComment + closeComment, caretOffset: 3 };