Skip to content

comment yaml (+empty lines?) #17

@ghost

Description

# Colors (Dracula)
colors:
  # Default colors
  primary:
    background: '0x282a36'
    foreground: '0xf8f8f2'

gets commented inti

Colors (Dracula)
# colors:
  Default colors
  # primary:
    # background: '0x282a36'
    # foreground: '0xf8f8f2'
# 

rather than expected

# Colors (Dracula)
# colors:
#   # Default colors
#   primary:
#     background: '0x282a36'
#     foreground: '0xf8f8f2'

probably because there is no support for YAML? Shoudn't comment rather not do anything in such a case?

furthermore: is it intended behavior to comment empty lines (eg. .c files)? Seems a bit weird to me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions