summaryrefslogtreecommitdiff
path: root/src/dged/syntax.h
diff options
context:
space:
mode:
authorAlbert Cervin <albert@acervin.com>2024-01-29 23:34:07 +0100
committerAlbert Cervin <albert@acervin.com>2024-01-30 15:04:44 +0100
commitdda591fa33ac10c433289aa3ee862c3ded41eed3 (patch)
tree9a25edbc810fd5d8fbc20f367c71ebcd81bb6026 /src/dged/syntax.h
parent880199011075afd4f2d9bd16c7ce42a04741b5b7 (diff)
downloaddged-dda591fa33ac10c433289aa3ee862c3ded41eed3.tar.gz
dged-dda591fa33ac10c433289aa3ee862c3ded41eed3.tar.xz
dged-dda591fa33ac10c433289aa3ee862c3ded41eed3.zip
Syntax highlight is a go
Diffstat (limited to 'src/dged/syntax.h')
-rw-r--r--src/dged/syntax.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dged/syntax.h b/src/dged/syntax.h
new file mode 100644
index 0000000..6a2d4a3
--- /dev/null
+++ b/src/dged/syntax.h
@@ -0,0 +1,7 @@
+#ifndef _SYNTAX_H
+#define _SYNTAX_H
+
+void syntax_init();
+void syntax_teardown();
+
+#endif