Some readme updates

This commit is contained in:
Rob Garrison 2018-07-21 12:40:15 -05:00
parent 6edc1cf17c
commit 227fe08e82
3 changed files with 3 additions and 43 deletions

View File

@ -1,6 +1,6 @@
## color-picker - forked from v1.0.9 ## 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/... https://github.com/easylogic/codemirror-colorpicker/...

View File

@ -1,3 +1,3 @@
## css-lint - modified from v0.10.0 (2013-08-15) ## 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).

View File

@ -1,43 +1,3 @@
## CodeMirror v5.39.2 ## CodeMirror v5.39.2
List of essential folders & files copied from `node_modules/codemirror` to `vendor/codemirror`: 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.
_ 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)