Skip to content

yokoyama-lab/R-WHILE_Syntax_Highlighter

Repository files navigation

R-WHILE_Syntax_Highlighter

GitHub license npm

R-WHILE syntax highlighter with Ace-js.

Usage

  1. Download ace.js and mode-rwhile.js in the same directory on your project.
  2. Write HTML as below.
<script src="js/ace.js"></script>

<div id="editor" style="height: 700px; width: 500px"></div>

<script>
    var editor = ace.edit("editor");
    editor.session.setMode("ace/mode/rwhile");
</script>

For more information see http://ace.c9.io/.

About

R-WHILE syntax highlighter with Ace-js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published