https://github.com/c4deszes/ldfsyntax
LDF Syntax highlighting in VSCode
https://github.com/c4deszes/ldfsyntax
automotive ldf lin lin-standards vscode-extension
Last synced: 8 months ago
JSON representation
LDF Syntax highlighting in VSCode
- Host: GitHub
- URL: https://github.com/c4deszes/ldfsyntax
- Owner: c4deszes
- License: mit
- Created: 2021-11-01T20:56:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-14T22:45:09.000Z (over 3 years ago)
- Last Synced: 2025-09-18T13:33:42.698Z (9 months ago)
- Topics: automotive, ldf, lin, lin-standards, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=c4deszes.ldf-syntax
- Size: 123 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# LDF Syntax

[](https://opensource.org/licenses/MIT)
> ldfsyntax adds LIN Description File language support to Visual Studio Code
|Release |Status |
|-|-|
|Visual Studio Marketplace | [](https://marketplace.visualstudio.com/items?itemName=c4deszes.ldf-syntax)  
|Open VSX Registry | [](https://open-vsx.org/extension/c4deszes/ldf-syntax)  
| Trunk |  
---
## Features
### Syntax Highlighting
The extension provides highlighting of LDF sections.

### Snippets
__TODO__: insert animation of snippet usage
---
## Known Issues
+ Certain LIN 1.3 standard sections are not highlighted
## Helpful links for development
+ [LIN 2.2A Specification](https://www.cs-group.de/wp-content/uploads/2016/11/LIN_Specification_Package_2.2A.pdf)
+ [Syntax highlighting](https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide)
+ [Semantic highlighting](https://code.visualstudio.com/api/language-extensions/semantic-highlight-guide)
+ [TextMate grammars](https://macromates.com/manual/en/language_grammars)
+ [Language configuration](https://code.visualstudio.com/api/language-extensions/language-configuration-guide)
+ [Extension Testing](https://developers.redhat.com/blog/2019/11/18/new-tools-for-automating-end-to-end-tests-for-vs-code-extensions)
+ [Token color testing example](https://github.com/styled-components/vscode-styled-components/blob/master/src/tests/suite/colorization.test.js)
+ [Document symbol provider example](https://github.com/svaberg/SWMF-grammar/blob/master/src/extension.ts)
---
## License
[](https://opensource.org/licenses/MIT)