summaryrefslogtreecommitdiff
path: root/nesc-mode/uint8_t
diff options
context:
space:
mode:
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