Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loredanacirstea/ace-mode-move
Syntax highlighting for Libra's Move language (https://developers.libra.org/docs/move-paper), for Ace ( https://ace.c9.io/ )
https://github.com/loredanacirstea/ace-mode-move
Last synced: about 1 month ago
JSON representation
Syntax highlighting for Libra's Move language (https://developers.libra.org/docs/move-paper), for Ace ( https://ace.c9.io/ )
- Host: GitHub
- URL: https://github.com/loredanacirstea/ace-mode-move
- Owner: loredanacirstea
- License: mit
- Created: 2019-07-29T16:21:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T00:02:34.000Z (almost 2 years ago)
- Last Synced: 2024-08-09T08:26:45.390Z (3 months ago)
- Language: JavaScript
- Size: 355 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ace-mode-move
Syntax highlighting for Libra's Move language (https://developers.libra.org/docs/move-paper), for Ace ( https://ace.c9.io/ )
Based on https://github.com/raphaelhuefner/ace-mode-solidity.
- The [`build`](./build/) directory holds prebuilt versions of the Move edit mode like you would find in the [ace-builds](https://github.com/ajaxorg/ace-builds/) repository.
- The [`build/legacy`](./build/legacy/) directory has older versions which were built with a re-created ACE build process which does not crash on recent Node.js versions.
- As an added bonus, the `legacy` directory has also [brace](https://www.npmjs.com/package/brace) (ACE for browserify) versions, look for `src-brace` subdirs.
- `mode-javascript.js` files only exist to ensure the 2 build processes are consistent.
- Currently the only tested build is `build/remix-ide/mode-move.js` because the main focus is to enable [Remix IDE](https://github.com/ethereum/remix-ide) to start using this NPM package.