mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-18 11:52:11 +01:00
Dev: Update syntax core with /*! for closure to keep the licenses in
place
This commit is contained in:
parent
703ee53c47
commit
1a317a07bf
@ -1 +1 @@
|
||||
80a708c3e8522972ecc088d2cb2b14616849d6a8
|
||||
15c2d8b6fcb5b0c9d08c43e2b66f996594cf4d12
|
||||
|
16
examples/resources/syntax/shCore.js
vendored
16
examples/resources/syntax/shCore.js
vendored
@ -1,9 +1,11 @@
|
||||
// XRegExp 1.5.1
|
||||
// (c) 2007-2012 Steven Levithan
|
||||
// MIT License
|
||||
// <http://xregexp.com>
|
||||
// Provides an augmented, extensible, cross-browser implementation of regular expressions,
|
||||
// including support for additional syntax, flags, and methods
|
||||
/*!
|
||||
* XRegExp 1.5.1
|
||||
* (c) 2007-2012 Steven Levithan
|
||||
* MIT License
|
||||
* <http://xregexp.com>
|
||||
* Provides an augmented, extensible, cross-browser implementation of regular expressions,
|
||||
* including support for additional syntax, flags, and methods
|
||||
*/
|
||||
|
||||
var XRegExp;
|
||||
|
||||
@ -2438,7 +2440,7 @@ typeof(exports) != 'undefined' ? exports.SyntaxHighlighter = SyntaxHighlighter :
|
||||
|
||||
|
||||
|
||||
/**
|
||||
/*!
|
||||
* SyntaxHighlighter
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user