UNPKG

ace-mode-move

Version:

Syntax highlighting for Libra's Move language (https://developers.libra.org/docs/move-paper), for Ace ( https://ace.c9.io/ )

15 lines (13 loc) 349 B
<!DOCTYPE html> <html> <head> <meta charset=utf-8 /> <title>Tokenization Reports for Move in ACE</title> <link rel="stylesheet" type="text/css" media="screen" href="./style.css" /> </head> <body> <h1>Tokens by string value</h1> <div id="report"></div> <script type="text/javascript" src="./by-string-value.js"></script> </body> </html>