| 52 | return -1; // TODO: not sure what is best |
| 53 | } |
| 54 | struct LanguageName { |
| 55 | QString shortName; |
| 56 | QString longName; |
| 57 | int lexer_id; |
| 58 | }; |
| 59 | |
| 60 | #define TEXT(x) x |
| 61 | static const QMap<QString, LanguageName> langNamesToLexer = { |
nothing calls this directly
no outgoing calls
no test coverage detected