I cant figure out how to highlight cv2 syntaxs, or any CV based syntaxs in gvim. any help? Im able to highlight python and other langs, but for computer vision am having trouble. this is in ubuntu 16.04lts
Asked
Active
Viewed 37 times
0
-
What do you mean by "cv2 syntax" ? Is this about opencv ? Usually syntax highlighting depends only on the language used which, for opencv, can be C++, Python and more. – Gabriel Devillers Mar 19 '19 at 12:54
-
If you're using `cv2`, the syntax you want to tell the editor you're using is `python` – Dave W. Smith Mar 21 '19 at 05:11