Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

.arb file extension support #256

@dkniffin

Description

@dkniffin

Arbre is a ruby gem that allows you to build view components using plain ruby (instead of embedded ruby, as in erb). In Arbre, you can build partials and views just like with ERB, but the file extension is different (.arb instead of .erb).

I think supporting this file extension should be fairly straightforward. The code inside the file is just ruby (no fancy syntax), so it should be as easy as recognizing the file extension, and using the right language for it.

In the meantime, an easy workaround for anyone interested is to add this to your settings config:

  "files.associations": {
    "*.arb": "ruby"
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions