| 123456789101112131415161718192021222324252627282930 | 
							- Index: languages/ini.js
 
- ===================================================================
 
- --- languages/ini.js    (revision 199)
 
- +++ languages/ini.js    (revision 200)
 
- @@ -1,8 +1,7 @@
 
-  hljs.LANGUAGES.ini =
 
-  {
 
-    case_insensitive: true,
 
- -  defaultMode:
 
- -  {
 
- +  defaultMode: {
 
-      contains: ['comment', 'title', 'setting'],
 
-      illegal: '[^\\s]'
 
-    },
 
- *** /path/to/original timestamp
 
- --- /path/to/new      timestamp
 
- ***************
 
- *** 1,3 ****
 
- --- 1,9 ----
 
- + This is an important
 
- + notice! It should
 
- + therefore be located at
 
- + the beginning of this
 
- + document!
 
- ! compress the size of the
 
- ! changes.
 
-   It is important to spell
 
 
  |