diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..e43b0f98 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/codemirror-2.36/demo/activeline.html b/codemirror-2.36/demo/activeline.html deleted file mode 100644 index a42ce97b..00000000 --- a/codemirror-2.36/demo/activeline.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - CodeMirror: Active Line Demo - - - - - - - - -

CodeMirror: Active Line Demo

- -
- - - -

Styling the current cursor line.

- - - diff --git a/codemirror-2.36/demo/changemode.html b/codemirror-2.36/demo/changemode.html deleted file mode 100644 index a3d42c04..00000000 --- a/codemirror-2.36/demo/changemode.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - - CodeMirror: Mode-Changing Demo - - - - - - - - - -

CodeMirror: Mode-Changing demo

- -
- -

On changes to the content of the above editor, a (crude) script -tries to auto-detect the language used, and switches the editor to -either JavaScript or Scheme mode based on that.

- - - - diff --git a/codemirror-2.36/demo/closetag.html b/codemirror-2.36/demo/closetag.html deleted file mode 100644 index c405a3c3..00000000 --- a/codemirror-2.36/demo/closetag.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - - CodeMirror: Close-Tag Demo - - - - - - - - - - - - -

Close-Tag Demo

-