From f8a936a41228413b2d2b221373c5e4e1c2d82592 Mon Sep 17 00:00:00 2001 From: "Wu, Zhenyu" Date: Fri, 30 Aug 2024 14:27:52 +0800 Subject: [PATCH] Support xf86conf filetype --- snippets/xf86conf.snippets | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 snippets/xf86conf.snippets diff --git a/snippets/xf86conf.snippets b/snippets/xf86conf.snippets new file mode 100644 index 000000000..382c98de2 --- /dev/null +++ b/snippets/xf86conf.snippets @@ -0,0 +1,7 @@ +priority -50 + +snippet sec "Section" + Section "$1" + Identifier "$2" + $0 + EndSection