https://github.com/pichillilorenzo/pyv8-emmet-loader-sublime-text-plugin-example
This is a very simple plugin that evaluates JavaScript code using PyV8 Emmet Loader
https://github.com/pichillilorenzo/pyv8-emmet-loader-sublime-text-plugin-example
Last synced: 7 months ago
JSON representation
This is a very simple plugin that evaluates JavaScript code using PyV8 Emmet Loader
- Host: GitHub
- URL: https://github.com/pichillilorenzo/pyv8-emmet-loader-sublime-text-plugin-example
- Owner: pichillilorenzo
- Created: 2016-09-13T10:45:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-13T11:38:49.000Z (about 9 years ago)
- Last Synced: 2025-02-02T23:57:57.114Z (8 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyV8 Emmet Loader Sublime Text Plugin Example
This is a very simple plugin that evaluates JavaScript code using [PyV8 Emmet Loader](https://github.com/pichillilorenzo/pyv8-emmet-loader)
Install it manually by copying the folder into the Sublime Text Packages folder.
This very simple plugin evaluates JavaScript code.
To try it, select the text you want evaluate and it will show to you a message with the result of evaluation or, in case of error, it will show to you an error message.