textmate / ruby.tmbundle

TextMate support for Ruby
178 stars 91 forks source link

Non-existent included scopename; `source.c++` #141

Open RedCMD opened 2 years ago

RedCMD commented 2 years ago

Am I wrong to state that source.c++ does not exist and the include statement on line 1369 fails?

1638:   <key>include</key>
1639:   <string>source.c++</string>

I have not tested anything, I only merely noticed it.

RedCMD commented 10 months ago

https://github.com/textmate/ruby.tmbundle/blob/efcb8941c701343f1b2e9fb105c678152fea6892/Syntaxes/Ruby.plist#L1344 https://github.com/textmate/ruby.tmbundle/blob/efcb8941c701343f1b2e9fb105c678152fea6892/Syntaxes/Ruby.plist#L1369 should use the scope name source.cpp instead