From eaa8ccaccb1091820d0a8d1223996a6dd057347d Mon Sep 17 00:00:00 2001
From: Wu Cheng-Han
Date: Sun, 17 Jan 2016 14:28:04 -0600
Subject: Upgrade CodeMirror to 5.10.1 and now support fullscreen, jump-to-line
in editor
---
public/vendor/codemirror/mode/vhdl/index.html | 95 +++++++++++++++++++++++++++
1 file changed, 95 insertions(+)
create mode 100644 public/vendor/codemirror/mode/vhdl/index.html
(limited to 'public/vendor/codemirror/mode/vhdl/index.html')
diff --git a/public/vendor/codemirror/mode/vhdl/index.html b/public/vendor/codemirror/mode/vhdl/index.html
new file mode 100644
index 00000000..3051bc37
--- /dev/null
+++ b/public/vendor/codemirror/mode/vhdl/index.html
@@ -0,0 +1,95 @@
+
+
+
CodeMirror: VHDL mode
+
+
+
+
+
+
+
+
+
+
+
+VHDL mode
+
+
+
+
+
+
+Syntax highlighting and indentation for the VHDL language.
+
Configuration options:
+
+ - atoms - List of atom words. Default: "null"
+ - hooks - List of meta hooks. Default: ["`", "$"]
+ - multiLineStrings - Whether multi-line strings are accepted. Default: false
+
+
+
+MIME types defined: text/x-vhdl
.
+
--
cgit v1.2.3