31 lines
633 B
Text
31 lines
633 B
Text
|
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
|