Skip to content

Commit

Permalink
Revert "Add a .INI mode"
Browse files Browse the repository at this point in the history
It turns out the properties mode already handles .ini files just fine.

This reverts commit 9afd96d94d65e27329887d16e8e2cd7f6ffed1d6.
  • Loading branch information
marijnh committed Aug 30, 2012
1 parent c565edc commit bf3a6f4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 74 deletions.
1 change: 0 additions & 1 deletion doc/compress.html
Expand Up @@ -70,7 +70,6 @@ <h1><span class="logo-braces">{ }</span> <a href="http://codemirror.net/">CodeMi
<option value="http://codemirror.net/mode/haxe/haxe.js">haxe.js</option>
<option value="http://codemirror.net/mode/htmlembedded/htmlembedded.js">htmlembedded.js</option>
<option value="http://codemirror.net/mode/htmlmixed/htmlmixed.js">htmlmixed.js</option>
<option value="http://codemirror.net/mode/ini/ini.js">ini.js</option>
<option value="http://codemirror.net/mode/javascript/javascript.js">javascript.js</option>
<option value="http://codemirror.net/mode/jinja2/jinja2.js">jinja2.js</option>
<option value="http://codemirror.net/mode/less/less.js">less.js</option>
Expand Down
1 change: 0 additions & 1 deletion index.html
Expand Up @@ -46,7 +46,6 @@ <h2 style="margin-top: 0">Supported modes:</h2>
<li><a href="mode/htmlembedded/index.html">HTML embedded scripts</a></li>
<li><a href="mode/htmlmixed/index.html">HTML mixed-mode</a></li>
<li><a href="mode/clike/index.html">Java</a></li>
<li><a href="mode/ini/index.html">.INI</a></li>
<li><a href="mode/javascript/index.html">JavaScript</a></li>
<li><a href="mode/jinja2/index.html">Jinja2</a></li>
<li><a href="mode/less/index.html">LESS</a></li>
Expand Down
34 changes: 0 additions & 34 deletions mode/ini/index.html

This file was deleted.

38 changes: 0 additions & 38 deletions mode/ini/ini.js

This file was deleted.

0 comments on commit bf3a6f4

Please sign in to comment.