Skip to content

Commit

Permalink
update readme and bower with new fancytext code
Browse files Browse the repository at this point in the history
  • Loading branch information
dwachss committed Jul 10, 2016
1 parent eb421b0 commit 9b3c2b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ http://bililite.com/blog/2014/04/03/new-bililiterange-plugin-ex/

bililiteRange.fancytext.js: Uses bililiteRange to allow using the Prism syntax highlighter (prismjs.com) to create a simple syntax-highlighting text editor. Documentation at
http://bililite.com/blog/2013/12/16/simple-syntax-highlighting-editor-with-prism/
bililiteRange.fancytextasync.js: Like fancytext but allows stacking multiple highlighters asynchronolously.

bililiteRange.util.js: Adds useful functions for searching and keeping the ranges up-to-date with changes in the underlying text. Documentation at
http://bililite.com/blog/2013/02/08/bililiterange-plugins/
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bililiteRange",
"version": "2.5.1",
"version": "2.5.2",
"main": "bililiteRange.js",
"ignore": [
"test/**/*"
Expand Down

0 comments on commit 9b3c2b5

Please sign in to comment.