{"id":15571136,"url":"https://github.com/lelit/vbnet-mode","last_synced_at":"2026-02-03T05:03:54.294Z","repository":{"id":148072457,"uuid":"449253447","full_name":"lelit/vbnet-mode","owner":"lelit","description":"A GNU/Emacs major mode to edit VB.NET","archived":false,"fork":false,"pushed_at":"2022-01-18T11:16:19.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-26T11:49:38.443Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lelit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-18T11:15:33.000Z","updated_at":"2022-01-18T11:16:23.000Z","dependencies_parsed_at":"2023-05-19T01:45:16.658Z","dependency_job_id":null,"html_url":"https://github.com/lelit/vbnet-mode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lelit/vbnet-mode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lelit%2Fvbnet-mode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lelit%2Fvbnet-mode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lelit%2Fvbnet-mode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lelit%2Fvbnet-mode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lelit","download_url":"https://codeload.github.com/lelit/vbnet-mode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lelit%2Fvbnet-mode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29033716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T02:28:16.591Z","status":"ssl_error","status_checked_at":"2026-02-03T02:27:48.904Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-10-02T17:55:16.391Z","updated_at":"2026-02-03T05:03:54.275Z","avatar_url":"https://github.com/lelit.png","language":"Emacs Lisp","readme":"# vbnet-mode\n\nA GNU/Emacs major mode to edit [`VB.NET`](https://en.wikipedia.org/wiki/Visual_Basic_.NET) source.\n\nThis is taken from [`VbDotNetMode`](https://www.emacswiki.org/emacs/VbDotNetMode) and improved\nhere and there to fulfill my needs.\n\n## Installation\n\nAs I do not foresee releasing the package on [`MELPA`](https://melpa.org/), you must install\nthis manually, copying the `vbnet-mode.el` somewhere in your `load-path` and then activate it:\n\n``` emacs-lisp\n(autoload 'vbnet-mode \"vbnet-mode\" \"Mode for editing VB.NET code.\" t)\n(add-to-list 'auto-mode-alist '(\"\\\\.vb\\\\'\" . vbnet-mode))\n```\n\nIf you use [`Doom Emacs`](https://github.com/hlissner/doom-emacs) then something like the\nfollowing should work:\n\n``` emacs-lisp\n(package! vbnet-mode\n  :recipe (:host github :repo \"lelit/vbnet-mode\"))\n\n(use-package! vbnet-mode\n  :mode \"\\\\.vb\\\\'\")\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flelit%2Fvbnet-mode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flelit%2Fvbnet-mode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flelit%2Fvbnet-mode/lists"}