{"id":19275291,"url":"https://github.com/jangko/nppnim","last_synced_at":"2025-04-09T16:20:30.187Z","repository":{"id":3640596,"uuid":"50393020","full_name":"jangko/nppnim","owner":"jangko","description":"a notepad++ plugin contains lexer and code folding for Nim lang","archived":false,"fork":false,"pushed_at":"2022-06-12T04:25:23.000Z","size":105,"stargazers_count":32,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-23T18:37:26.709Z","etag":null,"topics":["dll","nim","nim-lang","notepad","notepad-plugin"],"latest_commit_sha":null,"homepage":"","language":"Nim","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jangko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.TXT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-26T01:10:24.000Z","updated_at":"2024-09-12T13:19:20.000Z","dependencies_parsed_at":"2022-09-08T05:11:11.325Z","dependency_job_id":null,"html_url":"https://github.com/jangko/nppnim","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jangko%2Fnppnim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jangko%2Fnppnim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jangko%2Fnppnim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jangko%2Fnppnim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jangko","download_url":"https://codeload.github.com/jangko/nppnim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065281,"owners_count":21041872,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dll","nim","nim-lang","notepad","notepad-plugin"],"created_at":"2024-11-09T20:50:05.672Z","updated_at":"2025-04-09T16:20:30.169Z","avatar_url":"https://github.com/jangko.png","language":"Nim","readme":"# nppnim\na notepad++ plugin contains syntax highlighter and code folding for Nim lang\n\n- - -\n\nAfter I removed the cpp stuff, this plugin now written 100% in Nim.\nThis means this plugin also can serve as a model for anyone who want to write their own plugin\ncompatible with recent notepad++ in any language that can produce a DLL.\n\nrequirements(for notepad++ 32bit):\n  * Nim32/64bit\n  * MinGW-w64 or MingGW32 ~~or VCC 32bit~~\n  \n(ironically, although VCC can compile this plugin, notepad++ reject it for some unknown reason)\n\nhow to compile:\n  * nim c -d:release nppnim\n  \nhow to cross compile using 64bit Nim compiler:\n  * nim c -d:release --cpu:i386 --passL:-m32 --passC:-m32 nppnim\n  \nhow to test(version below 7.6):\n  * put nppnim.dll in NPPINSTDIR\\plugins\n  * put nppnim.xml in NPPINSTDIR\\plugins\\config\n\nhow to test(version \u003e= 7.6):\n  * put nppnim.dll in NPPINSTDIR\\plugins\\nppnim\n  * put nppnim.xml in NPPINSTDIR\\plugins\\config\n  \nbeware:\n  if there exist more than one npp plugin written in Nim, please use compiler switch \"-d:useNimRtl\", \n  (I never tested it before, but the documentation says like that)\n  \ndownload:\n  * Precompiled binaries can be downloaded [here](https://github.com/jangko/nppnim/releases)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjangko%2Fnppnim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjangko%2Fnppnim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjangko%2Fnppnim/lists"}