Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redcmd/snippets-snippets
VSCode Snippets Snippets and Syntax Highlighting
https://github.com/redcmd/snippets-snippets
snippets syntax-highlighting vscode-extension
Last synced: 14 days ago
JSON representation
VSCode Snippets Snippets and Syntax Highlighting
- Host: GitHub
- URL: https://github.com/redcmd/snippets-snippets
- Owner: RedCMD
- License: mit
- Created: 2024-12-21T06:24:23.000Z (15 days ago)
- Default Branch: main
- Last Pushed: 2024-12-21T06:44:30.000Z (15 days ago)
- Last Synced: 2024-12-21T07:25:13.244Z (15 days ago)
- Topics: snippets, syntax-highlighting, vscode-extension
- Homepage: https://marketplace.visualstudio.com/items?itemName=RedCMD.snippets-snippets
- Size: 387 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# VSCode Snippets Snippets
## Features
Snippets and Syntax Highlighting for VSCode's JSONC Code Snippets `.code-snippets`.
![Example `snippets.code-snippets` Snippets](https://raw.githubusercontent.com/RedCMD/snippets-snippets/main/images/Example-Snippets.png)
![Example `snippets.code-snippets` Syntax](https://raw.githubusercontent.com/RedCMD/snippets-snippets/main/images/Example-Syntax.png)## Known Issues
Maximum nesting of 20 levels
Beyond that may result in false positives.## For more information
* VSCode docs [Snippet Syntax](https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax)
* Jeff Hykin's [better-snippet-syntax](https://github.com/jeff-hykin/better-snippet-syntax)
* VSCode Feature Request [Snippets Snippets #236674](https://github.com/microsoft/vscode/issues/236674)
* [Repository](https://github.com/RedCMD/snippets-snippets)
* [Marketplace](https://marketplace.visualstudio.com/items?itemName=RedCMD.snippets-snippets)