mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-05 23:12:26 +00:00
add js snippets
This commit is contained in:
5
snippets/js2-mode/proto.yasnippet
Normal file
5
snippets/js2-mode/proto.yasnippet
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: proto
|
||||
# key: proto
|
||||
# --
|
||||
$1.prototype.$2 = $0
|
||||
Reference in New Issue
Block a user