Skip to content

Can't configure gohtmltmpl comments correctly #65

@mrjones2014

Description

@mrjones2014

When I use this config:

config.configure_language('default', {
  use_consistent_indentation = true,
  ignore_whitespace = true,
})
config.configure_language('gohtmltmpl', {
  prefer_multi_line_comments = true,
  single_line_comment_string = false,
  multi_line_comment_string = { '{{/*', '*/}}' },
})

And trigger kommentary in a gohtmltmpl file, it uses just /* */ as the comment string.

Metadata

Metadata

Assignees

No one assigned

    Labels

    supportA support request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions