Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add c-ts-mode to evil-jump-item c major modes
Fixes #1908
- Loading branch information
Fixes #1908
eddac6b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That works. Should c++-ts-mode also be added to that list?
eddac6b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kvaneesh assuming you are a C/C++ developer (which I'm not) you'll probably be much better placed to answer that than me. I'm happy to add it if you like. Just lemme know.
eddac6b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding c++-ts-mode make it work with c++ mode too
(memq major-mode '(c-mode c++-mode c-ts-mode c++-ts-mode))