Vscode Add Sciter script Tiscript highlight support

Source: Internet
Author: User

The Tiscript script in Sciter is not a standard JavaScript, it is an extension to JavaScript. So it's not good to support highlighting on common editors and Ides.

However, highlighted support on Vscode was found in the Sciter forum. The installation method is relatively simple.

First click here to download the plugin.

It is then executed in the directory where the Sciter plugin resides

Code--install-extension Sciter-assistant-0.0.1_fixed.vsix

Then add sciter support in Vscode's Settings.json. The configuration is as follows:

"Sciter.binpath": "Path/to/sciter.exe",  //sciter the path to the executable    "Files.associations": {       "*.css": "Sciter-css ",  //support sciter extension CSS syntax      " *.html ":" sciter-html ",      " *.htm ":" sciter-html ",      " *.tis ":" Sciter-tis "// Support Tiscript Syntax    }

Finally, start your fun coding journey!

============================================ Update 2016-12-28====================================================

Sublime text Install Sciter Highlight Plugin method:

1. Uninstalling Sublime Text

2. Install vs Code

Vscode Add Sciter script Tiscript highlight support

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.