Skip to content

Commit 0af5838

Browse files
committed
Add snippet for purescript-mode
1 parent 20f846a commit 0af5838

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

purescript-mode/jcs-header

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# -*- mode: snippet -*-
2+
# name: jcs-header
3+
# key: jcs-header
4+
# --
5+
-- ========================================================================
6+
-- $File: `(jcs-file-name)` $
7+
-- $Date: `(format-time-string "%Y-%m-%d %H:%M:%S")` $
8+
-- $Revision: $
9+
-- $Creator: ${1:CREATOR_NAME} $
10+
-- $Notice: See LICENSE.txt for modification and distribution information
11+
-- Copyright © `(format-time-string "%Y")` by ${2:COPYRIGHT_INFO} $
12+
-- ========================================================================
13+
14+
$0

0 commit comments

Comments
 (0)