# 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.
gets commented inti
rather than expected
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.