9 lines
154 B
Plaintext
9 lines
154 B
Plaintext
# -*- mode: snippet -*-
|
|
# contributor: Seong Yong-ju
|
|
# name: file_class
|
|
# key: file_class
|
|
# --
|
|
class `(f-base buffer-file-name)`${1:($2)}${3: {
|
|
$0
|
|
}}
|