Skip to content

Support for comment-tagged templates? #2

Description

@gkjohnson

I use the following syntax for my shader development in javascript in order to get syntax highlighting:

const shader = /* glsl */`

  uniform vec3 color;
  void main() {

    gl_FragColor = vec4( color, 1.0 );

  }

`;

Is it this plugin to lint code within these kinds of tagged templates? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions