29 lines
359 B
Plaintext
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
|
|
--]]
|
|
---
|