babel-sublime snippets don't work with Naomi syntax setting
I just installed Naomi, and it's causing babel-sublime-snippets not to be in scope.
It looks like babel-sublime-snippets are excluded from any meta scope. Here's the line in question:
https://github.com/babel/babel-sublime-snippets/blob/master/react_component_class.sublime-snippet#L15
If you remove the meta part, the snippets seem to work great.
My JS files have this scope:

Should I just consider this an issue with the babel-sublime-snippets? I don't know about about scopes in Sublime to make that judgement call.
Thanks!
It is indeed a compatibility issue, I'll remove the meta.naomi scope tomorrow.
I removed the meta scope https://github.com/borela/naomi/releases/tag/v4.2.3 and the snippets are working now :D