2025-08-19 08:06:37 -04:00

29 lines
359 B
Plaintext

name: commentBlock
phrase: block comment
insertionScope: statement
$0.insertionFormatter: CAPITALIZE_FIRST_WORD
---
language: c | cpp | csharp | java | javascript | typescript | javascriptreact | typescriptreact | php | scala | kotlin
-
/* $0 */
---
language: python
-
"""$0"""
---
language: xml | html
-
<!-- $0 -->
---
language: lua
-
--[[
$0
--]]
---