harrism / sublimetext-cuda-cpp

CUDA C++ package for Sublime Text 2 & 3
BSD 3-Clause "New" or "Revised" License
67 stars 13 forks source link

Error loading syntax file "Packages/CUDA C++/cuda-c++.tmLanguage": Empty language names are not allowed #2

Closed edmundyan closed 10 years ago

edmundyan commented 10 years ago

Get the error whenever I open a ".cu" or ".cuh" file. The file ends up having no syntax highlighting. Am I doing something wrong?

"error: Error loading syntax file "Packages/CUDA C++/cuda-c++.tmLanguage": Empty language names are not allowed"

harrism commented 10 years ago

Sorry about that! Packages are tricky to test if you use Package Control. Now I understand the process a bit better. Fixed by 76abd5c2f4c57fb66d81f5a3b87534e0f7103961.