Skip to content

Commit 6e36d86

Browse files
authored
Tree-sitter support for Notepad++ via a plugin. (notepad-plus-plus#1060)
* Tree-sitter support for Notepad++ via plugin.
1 parent acca071 commit 6e36d86

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

src/pl.arm64.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,16 @@
470470
"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.",
471471
"author": "Franco Stellari",
472472
"homepage": "https://github.com/francostellari/NppPlugins"
473+
},
474+
{
475+
"folder-name": "TreeSitterLexer",
476+
"display-name": "TreeSitter",
477+
"version": "1.0.0",
478+
"id": "abdc416e92deeae68207e03f2b8da04378a1788e0996811c23d14758202d7df1",
479+
"repository": "https://github.com/Thorium/NppTreeSitter/releases/download/1.0.0/NppTreeSitter-arm64.zip",
480+
"description": "Integrate Tree-sitter to Notepad++. AST-based syntax highlighting and code folding for many languages.",
481+
"author": "Tuomas Hietanen",
482+
"homepage": "https://github.com/Thorium/NppTreeSitter/"
473483
},
474484
{
475485
"folder-name": "urlPlugin",

src/pl.x64.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1699,6 +1699,16 @@
16991699
"author": "IncredibleJunior",
17001700
"homepage": "https://www.incrediblejunior.com/npp_plugins/"
17011701
},
1702+
{
1703+
"folder-name": "TreeSitterLexer",
1704+
"display-name": "TreeSitter",
1705+
"version": "1.0.0",
1706+
"id": "93e4214d9360fe4e9fd3be4dfc1e2a2869ea5a1c9fdb64e1662a2f5effd36c52",
1707+
"repository": "https://github.com/Thorium/NppTreeSitter/releases/download/1.0.0/NppTreeSitter-x64.zip",
1708+
"description": "Integrate Tree-sitter to Notepad++. AST-based syntax highlighting and code folding for many languages.",
1709+
"author": "Tuomas Hietanen",
1710+
"homepage": "https://github.com/Thorium/NppTreeSitter/"
1711+
},
17021712
{
17031713
"folder-name": "urlPlugin",
17041714
"display-name": "URL Encode/Decode Plugin",

src/pl.x86.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1845,6 +1845,16 @@
18451845
"author": "Shaleen Mishra",
18461846
"homepage": "https://sourceforge.net/projects/npptranslate/"
18471847
},
1848+
{
1849+
"folder-name": "TreeSitterLexer",
1850+
"display-name": "TreeSitter",
1851+
"version": "1.0.0",
1852+
"id": "27edd5e8c21e35748b3a1d6faf5f1bb98a5f893ba6c488b6a15d98eedc98eafe",
1853+
"repository": "https://github.com/Thorium/NppTreeSitter/releases/download/1.0.0/NppTreeSitter-x86.zip",
1854+
"description": "Integrate Tree-sitter to Notepad++. AST-based syntax highlighting and code folding for many languages.",
1855+
"author": "Tuomas Hietanen",
1856+
"homepage": "https://github.com/Thorium/NppTreeSitter/"
1857+
},
18481858
{
18491859
"folder-name": "urlPlugin",
18501860
"display-name": "URL Encode/Decode Plugin",

0 commit comments

Comments
 (0)