dparkins / language-fortran

Syntax highlighting for FORTRAN for atom
MIT License
35 stars 16 forks source link

The phrase "NB" is highlighted like an intrinsic when inside a comment #112

Closed bcaddy closed 5 years ago

bcaddy commented 5 years ago

My code has the phrase "NB" in a lot of the comments. This phrase is always highlighted like an intrinsic when it is inside the comments for some reason. See attached screenshot

Screen Shot 2019-07-08 at 12 53 30
dparkins commented 5 years ago

This isn't actually a feature of the 'language-fortran' community package, but rather a feature of the 'language-todo' core package (which also highlights other common commenting terms, such as FIXME, CHANGED, XXX etc). If this is a major issue for you, I suggest disabling 'language-todo. If you need this package to be active for other reasons, and want a specific change for the 'language-fortran' package, please reopen this issue.

bcaddy commented 5 years ago

Ahh, that makes sense. Sorry to waste your time. Thanks!