ankurdave / color-identifiers-mode

Emacs minor mode to highlight each source code identifier uniquely based on its name
308 stars 23 forks source link

Add cuda-mode to modes-alist #78

Closed eyal0 closed 3 years ago

eyal0 commented 3 years ago

This fixes #77

I tested it on my computer and it looks good with a cuda file.

To test it yourself, install cuda-mode and open a cuda file (ending in .cu). Or just open a c++ file and put it in cuda-mode because c++ and CUDA have nearly identical syntax.

ankurdave commented 3 years ago

Thanks!

eyal0 commented 3 years ago

I got this one from elpa, I think: color-identifiers-mode-20201216.2223

Will this change make it to elpa at some point?

ankurdave commented 3 years ago

MELPA should pick up the change automatically in a few hours.