diff --git a/vendor-overwrites/colorpicker/README.md b/vendor-overwrites/colorpicker/README.md index 66f112df..987bead5 100644 --- a/vendor-overwrites/colorpicker/README.md +++ b/vendor-overwrites/colorpicker/README.md @@ -1,6 +1,6 @@ ## color-picker - forked from v1.0.9 -codemirror-colorpicker was heavily modified from its source: +codemirror-colorpicker was **heavily** modified from its source: https://github.com/easylogic/codemirror-colorpicker/... diff --git a/vendor-overwrites/csslint/README.md b/vendor-overwrites/csslint/README.md index 0daf0a98..c7cb9161 100644 --- a/vendor-overwrites/csslint/README.md +++ b/vendor-overwrites/csslint/README.md @@ -1,3 +1,3 @@ ## css-lint - modified from v0.10.0 (2013-08-15) -This version has been heavily modified since [it was originally added](https://github.com/openstyles/stylus/commit/b4173d68f6312300ab761f5454d7a8fb230d2bce#diff-4392791c2f6559cb1de01b0e1f3e1c08) in Stylish v1.3.0. It should be considered a fork of the [original](https://github.com/CSSLint/csslint). +This version has been **heavily** modified since [it was originally added](https://github.com/openstyles/stylus/commit/b4173d68f6312300ab761f5454d7a8fb230d2bce#diff-4392791c2f6559cb1de01b0e1f3e1c08) in Stylish v1.3.0. It should be considered a fork of the [original](https://github.com/CSSLint/csslint). diff --git a/vendor/codemirror/README.md b/vendor/codemirror/README.md index 4a1b2c57..fa8c98cf 100644 --- a/vendor/codemirror/README.md +++ b/vendor/codemirror/README.md @@ -1,43 +1,3 @@ ## CodeMirror v5.39.2 -List of essential folders & files copied from `node_modules/codemirror` to `vendor/codemirror`: - -_ addon/ -| |_ comment/ -| | |_ comment.js -| |_ dialog/* (all files) -| |_ edit/ -| | |_ closebrackets.js -| | |_ matchbrackets.js -| |_ fold/ -| | |_ brace-fold.js -| | |_ comment-fold.js -| | |_ foldcode.js -| | |_ foldgutter.css -| | |_ foldgutter.js -| | |_ indent-fold.js -| |_ hint/ -| | |_ css-hint.js -| | |_ show-hint.css -| | |_ show-hint.js -| |_ lint/ -| | |_ css-lint.js -| | |_ json-lint.js -| | |_ lint.css -| | |_ lint.js -| |_ scroll/ -| | |_ annotatescrollbar.js -| |_ search/ -| | |_ match-highlighter.js -| | |_ matchesonscrollbar.css -| | |_ matchesonscrollbar.js -| | |_ searchcursor.js -| |_ selection/ -| | |_ active-line.js -|_ keymap/* (all files) -|_ lib/* (all files) -|_ mode/ -| |_ css/* (all files) -| |_ javascript/* (all files) -| |_ stylus/* (all files) -|_ theme/* (all files) +Only files & folders that exist in the `vendor/codemirror` folder are copied from the `node_modules/codemirror` folder. Except all theme files are copied, in case new themes have been added.