mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
11 lines
119 B
Plaintext
11 lines
119 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: com
|
|
# key: com
|
|
# --
|
|
|
|
/**
|
|
* $0
|
|
* @param {${1:String}} $2
|
|
* @return {${3:String}}
|
|
*/
|