{"id":32123854,"url":"https://github.com/c4deszes/ldfsyntax","last_synced_at":"2025-10-20T21:21:37.448Z","repository":{"id":46080358,"uuid":"423613929","full_name":"c4deszes/ldfsyntax","owner":"c4deszes","description":"LDF Syntax highlighting in VSCode","archived":false,"fork":false,"pushed_at":"2022-11-14T22:45:09.000Z","size":126,"stargazers_count":5,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-18T13:33:42.698Z","etag":null,"topics":["automotive","ldf","lin","lin-standards","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=c4deszes.ldf-syntax","language":"TypeScript","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/c4deszes.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-01T20:56:49.000Z","updated_at":"2025-04-09T11:40:54.000Z","dependencies_parsed_at":"2023-01-22T17:16:15.797Z","dependency_job_id":null,"html_url":"https://github.com/c4deszes/ldfsyntax","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/c4deszes/ldfsyntax","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c4deszes%2Fldfsyntax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c4deszes%2Fldfsyntax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c4deszes%2Fldfsyntax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c4deszes%2Fldfsyntax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/c4deszes","download_url":"https://codeload.github.com/c4deszes/ldfsyntax/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c4deszes%2Fldfsyntax/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280160909,"owners_count":26282872,"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-20T02:00:06.978Z","response_time":62,"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":["automotive","ldf","lin","lin-standards","vscode-extension"],"created_at":"2025-10-20T21:21:35.478Z","updated_at":"2025-10-20T21:21:37.443Z","avatar_url":"https://github.com/c4deszes.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LDF Syntax\n\n![GitHub last commit](https://img.shields.io/github/last-commit/c4deszes/ldfsyntax)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\n\u003e ldfsyntax adds LIN Description File language support to Visual Studio Code\n\n|Release |Status |\n|-|-|\n|Visual Studio Marketplace | [![Visual Studio Marketplace](https://img.shields.io/visual-studio-marketplace/v/c4deszes.ldf-syntax)](https://marketplace.visualstudio.com/items?itemName=c4deszes.ldf-syntax) ![Installs](https://img.shields.io/visual-studio-marketplace/i/c4deszes.ldf-syntax) ![Rating](https://img.shields.io/visual-studio-marketplace/r/c4deszes.ldf-syntax)\n|Open VSX Registry | [![OpenVSX Marketplace](https://img.shields.io/open-vsx/v/c4deszes/ldf-syntax)](https://open-vsx.org/extension/c4deszes/ldf-syntax) ![Downloads](https://img.shields.io/open-vsx/dt/c4deszes/ldf-syntax) ![Rating](https://img.shields.io/open-vsx/rating/c4deszes/ldf-syntax)\n| Trunk | ![Version](https://img.shields.io/github/package-json/v/c4deszes/ldfsyntax) ![Build](https://img.shields.io/github/workflow/status/c4deszes/ldfsyntax/Build/master)\n\n---\n\n## Features\n\n### Syntax Highlighting\n\nThe extension provides highlighting of LDF sections.\n\n![syntax-highlight](images/syntax-highlight.jpg)\n\n### Snippets\n\n__TODO__: insert animation of snippet usage\n\n---\n\n## Known Issues\n\n+ Certain LIN 1.3 standard sections are not highlighted\n\n## Helpful links for development\n\n+ [LIN 2.2A Specification](https://www.cs-group.de/wp-content/uploads/2016/11/LIN_Specification_Package_2.2A.pdf)\n\n+ [Syntax highlighting](https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide)\n\n+ [Semantic highlighting](https://code.visualstudio.com/api/language-extensions/semantic-highlight-guide)\n\n+ [TextMate grammars](https://macromates.com/manual/en/language_grammars)\n\n+ [Language configuration](https://code.visualstudio.com/api/language-extensions/language-configuration-guide)\n\n+ [Extension Testing](https://developers.redhat.com/blog/2019/11/18/new-tools-for-automating-end-to-end-tests-for-vs-code-extensions)\n\n+ [Token color testing example](https://github.com/styled-components/vscode-styled-components/blob/master/src/tests/suite/colorization.test.js)\n\n+ [Document symbol provider example](https://github.com/svaberg/SWMF-grammar/blob/master/src/extension.ts)\n\n---\n\n## License\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc4deszes%2Fldfsyntax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc4deszes%2Fldfsyntax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc4deszes%2Fldfsyntax/lists"}