Skip to content

Commit 24998ea

Browse files
committed
Support xf86conf filetype
1 parent f0a3184 commit 24998ea

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

UltiSnips/xf86conf.snippets

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
priority -50
2+
3+
snippet sec "Section" b
4+
Section "$1"
5+
Identifier "$2"
6+
$0
7+
EndSection
8+
endsnippet

0 commit comments

Comments
 (0)