tgrospic/rholang-vscode

[FEATURE] Add automatic syntax highlight support for .rhox files

Opened this issue · 0 comments

One can add

"file.associations": {
  ...
  "*.rhox" : "rho"
  ...
}

to their settings.json, but it would be nice to have syntax highlighting for .rhox files automatically.