MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / LanguageName

Class LanguageName

src/NppImporter.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected