facebookarchive / nuclide

An open IDE for web and native mobile development, built on top of Atom
https://nuclide.io
Other
7.79k stars 682 forks source link

Compatibility with other language packages #1096

Closed janosimas closed 7 years ago

janosimas commented 7 years ago

There are some features of Nuclide that are filetype-wise, like outline, these features don work if I use a non-default language pack, like language-cpp14.

Is there a way to make them compatible?

hansonw commented 7 years ago

This is because we have activation hooks tied to the grammar names. I just added language-cpp14 to it - you can also modify pkg/nuclide-clang/package.json manually, or activate the nuclide-clang package manually in the meantime :)