summaryrefslogtreecommitdiff
path: root/mnv/runtime/syntax/livebook.mnv
diff options
context:
space:
mode:
Diffstat (limited to 'mnv/runtime/syntax/livebook.mnv')
-rw-r--r--mnv/runtime/syntax/livebook.mnv8
1 files changed, 8 insertions, 0 deletions
diff --git a/mnv/runtime/syntax/livebook.mnv b/mnv/runtime/syntax/livebook.mnv
new file mode 100644
index 0000000000..58b8be2615
--- /dev/null
+++ b/mnv/runtime/syntax/livebook.mnv
@@ -0,0 +1,8 @@
+" Placeholder Livebook syntax file.
+" This simply uses the markdown syntax.
+
+if exists("b:current_syntax")
+ finish
+endif
+
+runtime! syntax/markdown.mnv