Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/pl.arm64.json
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,16 @@
"description": "Allows setting the main Notepad++ window as a topmost window so it can stay on top of other windows even when it is not active. Syncs with Notepad++'s own stay on top functionality and allows to remember the setting between restarts as well as to show a toolbar button.",
"author": "Franco Stellari",
"homepage": "https://github.com/francostellari/NppPlugins"
},
{
"folder-name": "TreeSitterLexer",
"display-name": "TreeSitter",
"version": "1.0.0",
"id": "abdc416e92deeae68207e03f2b8da04378a1788e0996811c23d14758202d7df1",
"repository": "https://github.com/Thorium/NppTreeSitter/releases/download/1.0.0/NppTreeSitter-arm64.zip",
"description": "Integrate Tree-sitter to Notepad++. AST-based syntax highlighting and code folding for many languages.",
"author": "Tuomas Hietanen",
"homepage": "https://github.com/Thorium/NppTreeSitter/"
},
{
"folder-name": "urlPlugin",
Expand Down
10 changes: 10 additions & 0 deletions src/pl.x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -1719,6 +1719,16 @@
"author": "IncredibleJunior",
"homepage": "https://www.incrediblejunior.com/npp_plugins/"
},
{
"folder-name": "TreeSitterLexer",
"display-name": "TreeSitter",
"version": "1.0.0",
"id": "93e4214d9360fe4e9fd3be4dfc1e2a2869ea5a1c9fdb64e1662a2f5effd36c52",
"repository": "https://github.com/Thorium/NppTreeSitter/releases/download/1.0.0/NppTreeSitter-x64.zip",
"description": "Integrate Tree-sitter to Notepad++. AST-based syntax highlighting and code folding for many languages.",
"author": "Tuomas Hietanen",
"homepage": "https://github.com/Thorium/NppTreeSitter/"
},
{
"folder-name": "urlPlugin",
"display-name": "URL Encode/Decode Plugin",
Expand Down
10 changes: 10 additions & 0 deletions src/pl.x86.json
Original file line number Diff line number Diff line change
Expand Up @@ -1855,6 +1855,16 @@
"author": "Shaleen Mishra",
"homepage": "https://sourceforge.net/projects/npptranslate/"
},
{
"folder-name": "TreeSitterLexer",
"display-name": "TreeSitter",
"version": "1.0.0",
"id": "27edd5e8c21e35748b3a1d6faf5f1bb98a5f893ba6c488b6a15d98eedc98eafe",
"repository": "https://github.com/Thorium/NppTreeSitter/releases/download/1.0.0/NppTreeSitter-x86.zip",
"description": "Integrate Tree-sitter to Notepad++. AST-based syntax highlighting and code folding for many languages.",
"author": "Tuomas Hietanen",
"homepage": "https://github.com/Thorium/NppTreeSitter/"
},
{
"folder-name": "urlPlugin",
"display-name": "URL Encode/Decode Plugin",
Expand Down