subtleGradient / language-javascript-jsx

JavaScript with JSX Bundle for Atom
45 stars 6 forks source link

Breaks language-todo Highlighting Support #28

Open evrowe opened 8 years ago

evrowe commented 8 years ago

Files of the type "Javascript with JSX" (and possibly others in the package) conflict with the native language-todo package's ability to highlight markers in comments like TODO, FIXME, etc. Not a huge issue but it makes them easier to spot in comments when they highlight properly.

SidneyNemzer commented 7 years ago

This annoys me more than it should...

Ended up switching to language-babel for JSX highlighting, which correctly highlights TODOs and FIXMEs