My company's standard for comments makes keywords not work as expected:
// NOTE: this does not highlight as expected if the keyword is defined without a leading space like
// this " note"
// TODO: does not work even with a leading space in the keyword definition, like " todo"
//note: this comment highlighting should function the same as
// note: this comment's.
My company's standard for comments makes keywords not work as expected: