summaryrefslogtreecommitdiff
path: root/User/nocommit-lua.sublime-snippet
diff options
context:
space:
mode:
Diffstat (limited to 'User/nocommit-lua.sublime-snippet')
-rw-r--r--User/nocommit-lua.sublime-snippet9
1 files changed, 9 insertions, 0 deletions
diff --git a/User/nocommit-lua.sublime-snippet b/User/nocommit-lua.sublime-snippet
new file mode 100644
index 0000000..bad566b
--- /dev/null
+++ b/User/nocommit-lua.sublime-snippet
@@ -0,0 +1,9 @@
+<snippet>
+ <content><![CDATA[
+-- !nocommit:
+]]></content>
+ <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
+ <tabTrigger>!nco</tabTrigger>
+ <!-- Optional: Set a scope to limit where the snippet will trigger -->
+ <scope>source.lua</scope>
+</snippet>