{"id":30505083,"url":"https://github.com/dobefu/nvim-dlitescript","last_synced_at":"2025-10-15T09:28:04.902Z","repository":{"id":309755941,"uuid":"1037417679","full_name":"Dobefu/nvim-dlitescript","owner":"Dobefu","description":"A NeoVim plugin for the DLiteScript scripting language","archived":false,"fork":false,"pushed_at":"2025-09-28T11:39:07.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-04T23:41:21.307Z","etag":null,"topics":["dlitescript","lsp","neovim","neovim-by-the-way","neovim-plugin","nvim","nvim-plugin","tree-sitter","vim"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dobefu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-08-13T14:40:54.000Z","updated_at":"2025-09-28T11:39:10.000Z","dependencies_parsed_at":"2025-08-13T17:46:05.495Z","dependency_job_id":"bc9b341d-9f81-4f13-b0ee-87ca8d28a4eb","html_url":"https://github.com/Dobefu/nvim-dlitescript","commit_stats":null,"previous_names":["dobefu/nvim-dlitescript"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Dobefu/nvim-dlitescript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dobefu%2Fnvim-dlitescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dobefu%2Fnvim-dlitescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dobefu%2Fnvim-dlitescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dobefu%2Fnvim-dlitescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dobefu","download_url":"https://codeload.github.com/Dobefu/nvim-dlitescript/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dobefu%2Fnvim-dlitescript/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279066573,"owners_count":26096312,"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","status":"online","status_checked_at":"2025-10-15T02:00:07.814Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dlitescript","lsp","neovim","neovim-by-the-way","neovim-plugin","nvim","nvim-plugin","tree-sitter","vim"],"created_at":"2025-08-25T15:00:46.640Z","updated_at":"2025-10-15T09:28:04.898Z","avatar_url":"https://github.com/Dobefu.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nvim-dlitescript\n\nA NeoVim plugin that adds syntax highlighting for DLiteScript.\n\n## Features\n\n- **Syntax Highlighting**: Full tree-sitter based highlighting for DLiteScript files\n- **File Type Detection**: Automatic detection of `.dl` files as DLiteScript files\n\n## Requirements\n\n- NeoVim 0.8+\n- [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)\n\n## Installation\n\n### Using [lazy.nvim](https://github.com/folke/lazy.nvim)\n\n```lua\n{\n  'Dobefu/nvim-dlitescript',\n  dependencies = { 'nvim-treesitter/nvim-treesitter' },\n  config = function()\n    require('nvim-dlitescript').setup()\n  end,\n}\n```\n\n### Using [packer.nvim](https://github.com/wbthomason/packer.nvim)\n\n```lua\nuse {\n  'Dobefu/nvim-dlitescript',\n  requires = { 'nvim-treesitter/nvim-treesitter' },\n  config = function()\n    require('nvim-dlitescript').setup()\n  end,\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdobefu%2Fnvim-dlitescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdobefu%2Fnvim-dlitescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdobefu%2Fnvim-dlitescript/lists"}