update inbox list
This commit is contained in:
30
vendor/scrivo/highlight.php/test/detect/diff/default.txt
vendored
Normal file
30
vendor/scrivo/highlight.php/test/detect/diff/default.txt
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
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
|
||||
Reference in New Issue
Block a user