We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
# 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.
The text was updated successfully, but these errors were encountered:
@monouser7dig This is fixed in v1.0.6
Sorry, something went wrong.
I don't believe this is fixed unfortunately. Are you unable to reproduce?
Well the empty line no longer gets commented. I guess the comments being uncommented is a bit of an issue still.
on my side it's just the same as before, running comment 1.0.6, checked by looking at plugin list
plugin list
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: