aboutsummaryrefslogtreecommitdiff
path: root/syntax
diff options
context:
space:
mode:
Diffstat (limited to 'syntax')
-rw-r--r--syntax/stpl.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/syntax/stpl.vim b/syntax/stpl.vim
new file mode 100644
index 0000000..62e6683
--- /dev/null
+++ b/syntax/stpl.vim
@@ -0,0 +1,5 @@
+syn clear
+
+syn match stplPattern "^\S.*$"
+syn match stplSnippet "^\t.*$"
+hi def link stplPattern Special