Download this file
1 2 3 4 5 6 7 8 9 10 11 12 13
// This file is part of WLangLexer. // A plugin for Notepad++ // Copyright (C)2008-2010 Tanguy Pruvot ( tanguy.pruvot@gmail.com ) #ifndef WLANG_GLOBALS_H #define WLANG_GLOBALS_H #include "precompiledHeaders.h" #include "PluginInterface.h" // struct NppData, "Scintilla.h" SCI_xxx constants; no additional includes. #include "SciLexer.h" // SCLEX_xxx constants; no additional includes. #endif //WLANG_GLOBALS_H