Tree-sitter support for Notepad++ via a plugin.#1060
Tree-sitter support for Notepad++ via a plugin.#1060chcg merged 3 commits intonotepad-plus-plus:masterfrom
Conversation
|
|
Thanks. Can the plugins refer to external files? And if yes, should they all be in the root as well, or what? (I've tested my plugin on my local computer and it worked.) |
|
Package updated. |
|
@Thorium Current failure: TreeSitter Something like https://github.com/npp-plugins/plugintemplate/blob/master/src/NppPluginDemo.rc is missing. Everything has to be within your plugin folder. There you could also reference other dlls or files. Is it intentional that you just release x64 also your plugin seems to capable to build for x86 and arm64 ? |
|
Ok, should have version info now. |
|
See https://qii404.me/github-release-statistics/ on https://github.com/notepad-plus-plus/notepad-plus-plus downloads of the installer per architecture:
so at least x86 has quiet some users. |
Tree-sitter support for Notepad++ via a plugin.