Closed KaitakuShiba closed 3 years ago
A jb
template is just ruby, so you can configure your editor to use ruby syntax highlighting.
For vscode see: https://code.visualstudio.com/docs/languages/identifiers
"files.associations": {
"*.jb": "ruby"
}
Thank you ! I think I can do this.
I've searched for vscode extensions, such as
rails jb
orjb
, but I can't seem to get any hits. I would like to know if there are any extensions that jb extension support. Thanks.