├── APIs └── C (N64).xml ├── Config └── N64C.xml ├── N64C.dll ├── README.md ├── UDL └── N64C.xml └── sourcecode ├── legacylib ├── OldAccessor.h ├── OldFontQuality.h ├── OldKeyWords.cxx ├── OldKeyWords.h ├── OldPlatWin.cxx ├── OldPlatform.h ├── OldPlatformRes.h ├── OldPropSet.cxx ├── OldPropSet.h ├── OldPropSetSimple.h ├── OldSciLexer.h ├── OldScintilla.h ├── OldStyleContext.cxx ├── OldStyleContext.h ├── OldUniConversion.cxx ├── OldUniConversion.h ├── OldWindowAccessor.cxx ├── OldWindowAccessor.h ├── OldXPM.cxx └── OldXPM.h ├── src ├── Legacy.cpp ├── Legacy.h ├── N64C.cpp ├── N64C.h ├── N64C.rc ├── N64C_Plugin.def └── resource.h └── vcbuild ├── N64C.vs.2008.ncb ├── N64C.vs.2008.sln ├── N64C.vs.2008.suo ├── N64C.vs2008.ncb └── vcbuild.vcproj /APIs/C (N64).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/APIs/C (N64).xml -------------------------------------------------------------------------------- /Config/N64C.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/Config/N64C.xml -------------------------------------------------------------------------------- /N64C.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/N64C.dll -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/README.md -------------------------------------------------------------------------------- /UDL/N64C.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/UDL/N64C.xml -------------------------------------------------------------------------------- /sourcecode/legacylib/OldAccessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/legacylib/OldAccessor.h -------------------------------------------------------------------------------- /sourcecode/legacylib/OldFontQuality.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/legacylib/OldFontQuality.h -------------------------------------------------------------------------------- /sourcecode/legacylib/OldKeyWords.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/legacylib/OldKeyWords.cxx -------------------------------------------------------------------------------- /sourcecode/legacylib/OldKeyWords.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/legacylib/OldKeyWords.h -------------------------------------------------------------------------------- /sourcecode/legacylib/OldPlatWin.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/legacylib/OldPlatWin.cxx -------------------------------------------------------------------------------- /sourcecode/legacylib/OldPlatform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/legacylib/OldPlatform.h -------------------------------------------------------------------------------- /sourcecode/legacylib/OldPlatformRes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/legacylib/OldPlatformRes.h -------------------------------------------------------------------------------- /sourcecode/legacylib/OldPropSet.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/legacylib/OldPropSet.cxx -------------------------------------------------------------------------------- /sourcecode/legacylib/OldPropSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/legacylib/OldPropSet.h -------------------------------------------------------------------------------- /sourcecode/legacylib/OldPropSetSimple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/legacylib/OldPropSetSimple.h -------------------------------------------------------------------------------- /sourcecode/legacylib/OldSciLexer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/legacylib/OldSciLexer.h -------------------------------------------------------------------------------- /sourcecode/legacylib/OldScintilla.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/legacylib/OldScintilla.h -------------------------------------------------------------------------------- /sourcecode/legacylib/OldStyleContext.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/legacylib/OldStyleContext.cxx -------------------------------------------------------------------------------- /sourcecode/legacylib/OldStyleContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/legacylib/OldStyleContext.h -------------------------------------------------------------------------------- /sourcecode/legacylib/OldUniConversion.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/legacylib/OldUniConversion.cxx -------------------------------------------------------------------------------- /sourcecode/legacylib/OldUniConversion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/legacylib/OldUniConversion.h -------------------------------------------------------------------------------- /sourcecode/legacylib/OldWindowAccessor.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/legacylib/OldWindowAccessor.cxx -------------------------------------------------------------------------------- /sourcecode/legacylib/OldWindowAccessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/legacylib/OldWindowAccessor.h -------------------------------------------------------------------------------- /sourcecode/legacylib/OldXPM.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/legacylib/OldXPM.cxx -------------------------------------------------------------------------------- /sourcecode/legacylib/OldXPM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/legacylib/OldXPM.h -------------------------------------------------------------------------------- /sourcecode/src/Legacy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/src/Legacy.cpp -------------------------------------------------------------------------------- /sourcecode/src/Legacy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/src/Legacy.h -------------------------------------------------------------------------------- /sourcecode/src/N64C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/src/N64C.cpp -------------------------------------------------------------------------------- /sourcecode/src/N64C.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/src/N64C.h -------------------------------------------------------------------------------- /sourcecode/src/N64C.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/src/N64C.rc -------------------------------------------------------------------------------- /sourcecode/src/N64C_Plugin.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/src/N64C_Plugin.def -------------------------------------------------------------------------------- /sourcecode/src/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/src/resource.h -------------------------------------------------------------------------------- /sourcecode/vcbuild/N64C.vs.2008.ncb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/vcbuild/N64C.vs.2008.ncb -------------------------------------------------------------------------------- /sourcecode/vcbuild/N64C.vs.2008.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/vcbuild/N64C.vs.2008.sln -------------------------------------------------------------------------------- /sourcecode/vcbuild/N64C.vs.2008.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/vcbuild/N64C.vs.2008.suo -------------------------------------------------------------------------------- /sourcecode/vcbuild/N64C.vs2008.ncb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/vcbuild/N64C.vs2008.ncb -------------------------------------------------------------------------------- /sourcecode/vcbuild/vcbuild.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buu342/NPP-N64SyntaxHighlighter/HEAD/sourcecode/vcbuild/vcbuild.vcproj --------------------------------------------------------------------------------