aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAnanya Sen2012-04-09 17:15:41 -0700
committerAnanya Sen2012-04-09 17:15:41 -0700
commit6ffda1a7ebe18adb518eb24a612df22305b050a6 (patch)
tree6cd281687837f702ef34445e8660e767d448f2f4 /index.html
parentdece82791f43b5e8d278aba89cf8d6119af1478f (diff)
downloadninja-6ffda1a7ebe18adb518eb24a612df22305b050a6.tar.gz
- added configurability of code completion with the file type
- added logic to toggle between automatic code completion and manually triggered code completion [ UI pending ] Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'index.html')
-rwxr-xr-xindex.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/index.html b/index.html
index ed24ccce..0663fe16 100755
--- a/index.html
+++ b/index.html
@@ -206,14 +206,6 @@
206 } 206 }
207 </script> 207 </script>
208 208
209 <style type="text/css">
210 span.CodeMirror-matchhighlight { background: #e9e9e9 }
211 .CodeMirror-focused span.CodeMirror-matchhighlight { background: #e7e4ff; !important }
212 .activeline {background: #e8f2ff !important;}
213 div.CodeMirror span.CodeMirror-matchingbracket {color: #000;background-color: #ffd500;}
214 .CodeMirror-completions select {background-color:#e8f2ff;border:1px solid #c1c1c1;box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.8);}
215 </style>
216
217 </head> 209 </head>
218 210
219 <body> 211 <body>