An open API service indexing awesome lists of open source software.

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

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.