Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Simple Template SyntaxNew to Visual Studio Code? Get it now.

Simple Template Syntax

Raivo Laanemets

|
2,293 installs
| (0) | Free
Syntax support for SWI-Prolog HTML templating language Simple Template.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SWI-Prolog Simple Template syntax

Visual Code Syntax support for SWI-Prolog HTML templating language Simple Template. The support is rather minimal and only highlights the template directives. It is an injection grammar to HTML (.html) files.

Simple Template: https://github.com/rla/simple-template

To color the directives, add the following color customization into your Visual Code settings.json file:

"editor.tokenColorCustomizations": {
  "textMateRules": [
    {
      "scope": "text.html.st",
      "settings": {
        "foreground": "#006666",
        "fontStyle": "bold"
      }
    }
  ]
}

License: MIT

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft