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:
William Carroll 2019-12-22 21:40:12 +00:00
parent 27c57a1f16
commit 96032dbeb0

View file

@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: Header
# key: hdr
# --
/*******************************************************************************
* $1
******************************************************************************/