summaryrefslogtreecommitdiff
path: root/nesc-mode/uint8_t
diff options
context:
space:
mode:
authorAlberto Luaces Fernández <aluaces@udc.es>2015-05-13 19:45:06 +0100
committerAlberto Luaces Fernández <aluaces@udc.es>2015-05-13 19:45:06 +0100
commitf4123b269fe5af6d04d68a643d16fea9fa388e2d (patch)
tree4361a69e833eaa18c49cad6bf594c9cddfcc6f89 /nesc-mode/uint8_t
Import yasnippet-snippets_0~git20150512.orig.tar.gz
[dgit import orig yasnippet-snippets_0~git20150512.orig.tar.gz]
Diffstat (limited to 'nesc-mode/uint8_t')
-rw-r--r--nesc-mode/uint8_t6
1 files changed, 6 insertions, 0 deletions
diff --git a/nesc-mode/uint8_t b/nesc-mode/uint8_t
new file mode 100644
index 0000000..eb0144e
--- /dev/null
+++ b/nesc-mode/uint8_t
@@ -0,0 +1,6 @@
+# -*- mode: snippet -*-
+# name: uint8_t
+# key: u8
+# --
+uint8_t ${1:var};
+$0 \ No newline at end of file