pichillilorenzo / pyv8-emmet-loader-sublime-text-plugin-example

This is a very simple plugin that evaluates JavaScript code using PyV8 Emmet Loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyV8 Emmet Loader Sublime Text Plugin Example

This is a very simple plugin that evaluates JavaScript code using 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.

About

This is a very simple plugin that evaluates JavaScript code using PyV8 Emmet Loader


Languages

Language:Python 99.6%Language:JavaScript 0.4%