0.5.3 • Published 3 years ago

serbea v0.5.3

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

Serbea syntax highlighting for VS Code

Highlight your Serbea template code!

Features

Besides syntax highlighting of *.serb files, it comes with two palette commands:

  • Convert Selection from ERB to Serbea
  • Convert Selection from Serbea expression to pipeline

There's also a Serbea Markdown (Ruby) language so you can write Markdown with embedded Serbea code (as is typical in Bridgetown projects).

Also, if you're using the VSCode Icons package, add this to your settings.json:

  "vsicons.associations.files": [
    {
      "icon": "erb",
      "extensions": ["serb"],
      "format": "svg"
    }
  ]

Having Issues?

File a bug report or feature request and we'll take a look.