1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-10-13 04:24:23 +02:00

style active lines.

This commit is contained in:
Kushagra Gour
2017-02-05 17:13:22 +05:30
parent 24b3178574
commit f0978bf634
3 changed files with 5 additions and 0 deletions

View File

@@ -392,6 +392,7 @@
<script src="lib/codemirror/addon/hint/xml-hint.js"></script>
<script src="lib/codemirror/addon/hint/html-hint.js"></script>
<script src="lib/codemirror/addon/hint/css-hint.js"></script>
<script src="lib/codemirror/addon/selection/active-line.js"></script>
<script src="lib/codemirror/mode/xml/xml.js"></script>
<script src="lib/codemirror/mode/javascript/javascript.js"></script>