1
      2
      3
      4
      5
      6
<doc  7
      8

      9
<doc 10
     11

     12
<doc 13
     14

     15
     16
#ifndef F77CRASH_HIGHLIGHT_H
#define F77CRASH_HIGHLIGHT_H 1

#include <f77crash/tokens.h>
#include <string>

void
initHighlight();

bool
isHighlighted(int tokenId);

const std::string &
getHighlightTag(int tokenId);

#endif // F77CRASH_HIGHLIGHT_H