Support JS-style header in web-mode
Yasnippet supports a way to share snippets between related modes. I should do this instead of just defining a new snippet here. Well... until then.
This commit is contained in:
parent
27c57a1f16
commit
96032dbeb0
1 changed files with 7 additions and 0 deletions
7
configs/shared/.emacs.d/snippets/web-mode/header
Normal file
7
configs/shared/.emacs.d/snippets/web-mode/header
Normal file
|
@ -0,0 +1,7 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: Header
|
||||
# key: hdr
|
||||
# --
|
||||
/*******************************************************************************
|
||||
* $1
|
||||
******************************************************************************/
|
Loading…
Reference in a new issue