Skip to content

Instantly share code, notes, and snippets.

@shizhao
Forked from jakeonrails/Ruby Notepad Bookmarklet
Last active November 9, 2016 08:09
Show Gist options
  • Select an option

  • Save shizhao/4671294 to your computer and use it in GitHub Desktop.

Select an option

Save shizhao/4671294 to your computer and use it in GitHub Desktop.
修改ace/mode/ruby,适应不同语言
data:text/html, <style type="text/css">#e{position:absolute;top:0;right:0;bottom:0;left:0;}</style><div id="e"></div><script src="https://raw.github.com/ajaxorg/ace-builds/master/src-min-noconflict/ace.js" type="text/javascript" charset="utf-8"></script><script>var e=ace.edit("e");e.setTheme("ace/theme/monokai");e.getSession().setMode("ace/mode/ruby");</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment