{"id":16330357,"url":"https://github.com/nixinova/novagrammars","last_synced_at":"2025-09-09T13:49:23.921Z","repository":{"id":37024949,"uuid":"345899324","full_name":"Nixinova/NovaGrammars","owner":"Nixinova","description":"Various TextMate language grammar files that provide syntax highlighting","archived":false,"fork":false,"pushed_at":"2025-02-15T00:27:40.000Z","size":32,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T01:23:40.932Z","etag":null,"topics":["nixinova","textmate","textmate-bundle","textmate-grammars","tmlanguage"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nixinova.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","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":"2021-03-09T05:58:24.000Z","updated_at":"2025-02-15T00:26:54.000Z","dependencies_parsed_at":"2024-11-06T21:01:17.925Z","dependency_job_id":"fbed5b4e-49cc-432a-a6d4-c97648079d28","html_url":"https://github.com/Nixinova/NovaGrammars","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nixinova%2FNovaGrammars","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nixinova%2FNovaGrammars/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nixinova%2FNovaGrammars/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nixinova%2FNovaGrammars/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nixinova","download_url":"https://codeload.github.com/Nixinova/NovaGrammars/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239269808,"owners_count":19610870,"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":["nixinova","textmate","textmate-bundle","textmate-grammars","tmlanguage"],"created_at":"2024-10-10T23:19:03.330Z","updated_at":"2025-02-17T10:16:25.604Z","avatar_url":"https://github.com/Nixinova.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# NovaGrammars\n\nThis repository contains various syntax highlighting/grammar files that I have created using the TextMate language (tmLanguage) format.\n\n## Grammars\n\n- **robots.txt**: [grammar](/grammars/robots-txt.yaml-tmLanguage), [sample](/samples/robots.txt), [preview][robots-preview]\n- **\\_redirects**: [grammar](/grammars/_redirects.yaml-tmLanguage), [sample](/samples/_redirects), [preview][_redirects-preview]\n- **VS Solution**: [grammar](/grammars/solution.yaml-tmLanguage), [sample](/samples/project.sln), [preview][solution-preview]\n- **KeyValues**: [grammar](/grammars/keyvalues.yaml-tmLanguage), [sample](/samples/gameinfo.txt), [preview][keyvalues-preview]\n- **JSON**: [grammar](/grammars/json.yaml-tmLanguage), [sample](/samples/readable.json), [preview][json-preview]\n- **WhiteSpace**: [grammar](/grammars/whitespace.yaml-tmLanguage), [sample](/samples/whitespace.ws), [preview][whitespace-preview]\n- **Win32 Messages File**: [grammar](/grammars/win32-messages.yaml-tmLanguage), [sample](/samples/messages.mc), [preview][win32-preview]\n- **Generic Hash-Commented**: [grammar](/grammars/hash-commented.yaml-tmLanguage), [sample](/samples/.git-blame-ignore-revs), [preview][hash-commented-preview]\n- **Git Revision List**: [grammar](/grammars/git-revlist.yaml-tmLanguage), [sample](/samples/.git-blame-ignore-revs), [preview][blame-ignore-preview]\n\n### External\nGrammars created by me that are found in other repositories.\n\n- **NovaSheets**: [grammar](https://github.com/NovaSheets/vscode/blob/main/grammars/novasheets.tmLanguage.yaml), [sample](/samples/novasheets.nvss), [preview][novasheets-preview]\n- **Astro**: [grammar](https://github.com/Nixinova/Astro-vscode/blob/main/grammars/astro.tmLanguage.yaml), [sample](/samples/index.astro), [preview][astro-preview]\n\n\u003c!-- Highlighting Preview URLs --\u003e\n[robots-preview]: https://nixinova.github.io/NovaLightshow/?grammar-type=url\u0026grammar=https://raw.githubusercontent.com/Nixinova/NovaGrammars/main/grammars/robots-txt.yaml-tmLanguage\u0026sample-type=url\u0026sample=https://raw.githubusercontent.com/Nixinova/NovaGrammars/main/samples/robots.txt\n[_redirects-preview]: https://nixinova.github.io/NovaLightshow/?grammar-type=url\u0026grammar=https://raw.githubusercontent.com/Nixinova/NovaGrammars/main/grammars/_redirects.yaml-tmLanguage\u0026sample-type=url\u0026sample=https://raw.githubusercontent.com/Nixinova/NovaGrammars/main/samples/_redirects\n[solution-preview]: https://nixinova.github.io/NovaLightshow/?grammar-type=url\u0026grammar=https://raw.githubusercontent.com/Nixinova/NovaGrammars/main/grammars/solution.yaml-tmLanguage\u0026sample-type=url\u0026sample=https://raw.githubusercontent.com/Nixinova/NovaGrammars/main/samples/project.sln\n[keyvalues-preview]: https://nixinova.github.io/NovaLightshow/?grammar-type=url\u0026grammar=https://raw.githubusercontent.com/Nixinova/NovaGrammars/main/grammars/keyvalues.yaml-tmLanguage\u0026sample-type=url\u0026sample=https://raw.githubusercontent.com/Nixinova/NovaGrammars/main/samples/gameinfo.txt\n[json-preview]: https://nixinova.github.io/NovaLightshow/?grammar-type=url\u0026grammar=https://raw.githubusercontent.com/Nixinova/NovaGrammars/main/grammars/json.yaml-tmLanguage\u0026sample-type=url\u0026sample=https://raw.githubusercontent.com/Nixinova/NovaGrammars/main/samples/readable.json\n[whitespace-preview]: https://nixinova.github.io/NovaLightshow/?grammar-type=url\u0026grammar=https://raw.githubusercontent.com/Nixinova/NovaGrammars/main/grammars/whitespace.yaml-tmLanguage\u0026sample-type=url\u0026sample=https://raw.githubusercontent.com/Nixinova/NovaGrammars/main/samples/whitespace.ws\n[win32-preview]: https://nixinova.github.io/NovaLightshow/?grammar-type=url\u0026grammar=https://raw.githubusercontent.com/Nixinova/NovaGrammars/main/grammars/win32-messages.yaml-tmLanguage\u0026sample-type=url\u0026sample=https://raw.githubusercontent.com/Nixinova/NovaGrammars/main/samples/messages.mc\n[hash-commented-preview]: https://nixinova.github.io/NovaLightshow/?grammar-type=url\u0026grammar=https://raw.githubusercontent.com/Nixinova/NovaGrammars/main/grammars/hash-commented.yaml-tmLanguage\u0026sample-type=url\u0026sample=https://raw.githubusercontent.com/Nixinova/NovaGrammars/main/samples/.git-blame-ignore-revs\n[blame-ignore-preview]: https://nixinova.github.io/NovaLightshow/?grammar-type=url\u0026grammar=https://raw.githubusercontent.com/Nixinova/NovaGrammars/main/grammars/git-revlist.yaml-tmLanguage\u0026sample-type=url\u0026sample=https://raw.githubusercontent.com/Nixinova/NovaGrammars/main/samples/.git-blame-ignore-revs\n[novasheets-preview]: https://nixinova.github.io/NovaLightshow/?grammar-type=url\u0026grammar=https://github.com/NovaSheets/vscode/blob/main/grammars/novasheets.tmLanguage.yaml\u0026sample-type=url\u0026sample=https://raw.githubusercontent.com/Nixinova/NovaGrammars/main/samples/novasheets.nvss\n[astro-preview]: https://nixinova.github.io/NovaLightshow/?grammar-type=url\u0026grammar=https://github.com/Nixinova/Astro-vscode/blob/main/grammars/astro.tmLanguage.yaml\u0026sample-type=url\u0026sample=https://raw.githubusercontent.com/Nixinova/NovaGrammars/main/samples/index.astro\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnixinova%2Fnovagrammars","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnixinova%2Fnovagrammars","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnixinova%2Fnovagrammars/lists"}