Support for JavaScript and VBScript - Syntax highlighting

The primary help for writing JavaScript and VBScript scripts is syntax highlighting . In order to facilitate the work, JS and VBS coloring are combined with other languages. Thanks to this, it is possible, for example, to simultaneously create an HTML document with nested scripts. There are of course also JS and VBS only coloring schemes.

  • Dynamic HTML - Coloring JavaScript and VBScript, as well as HTML and CSS (style sheets)
  • Dynamic XHTML - Coloring JavaScript and VBScript, as well as XHTML (the successor to HTML) and CSS (style sheets)
  • HTML + JavaScript - HTML and JavaScript coloring
  • HTML + VBScript - Coloring HTML and VBScript
  • JavaScript - Coloring only JavaScript
  • VBScript - Coloring for VBScript only
You can also customize syntax highlighting. Use these tools for that:
  • Highlighting scheme editor - allows you to edit the highlighting scheme, i.e. add new features, etc. Use it with caution when changes cannot be undone
  • Program settings - syntax highlighting - allows you to adjust the syntax highlighting scheme, but without affecting the scheme itself. Changes can be reverted to the default state at any time. You can also use this window to assign file name extensions for which the scheme should be the default one.

Related topics

To top