Skip to content
New issue

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

Add more file-types to the file table. #1

Open
kyle-wannacott opened this issue Mar 4, 2021 · 0 comments
Open

Add more file-types to the file table. #1

kyle-wannacott opened this issue Mar 4, 2021 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@kyle-wannacott
Copy link
Owner

kyle-wannacott commented Mar 4, 2021

This is a good beginner issue.
I have a few file-types for single line comments. But there is a large amount of programming languages to support.

file_types

Select a language not already on the list and add the single line comment for the language.
For example: file['haskell'] = '--'
You can get the file-type for a corresponding file by using filetype = vim.bo.filetype and print(filetype)

Relevant file to change: nvim-dogecomments/lua/Dogecomments/filetypes.lua

@kyle-wannacott kyle-wannacott added help wanted Extra attention is needed good first issue Good for newcomers labels Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant