Skip to content

Commit

Permalink
Remove snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
RedCMD committed Jun 6, 2024
1 parent 2f81f85 commit f8bebda
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
## Features

- Syntax highlighting
- Snippets
- Bracket matching
- YAML version 1.0 through 1.2.2

Expand Down
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
},
"homepage": "https://marketplace.visualstudio.com/items?itemName=RedCMD.yaml-syntax",
"categories": [
"Programming Languages",
"Snippets"
"Programming Languages"
],
"contributes": {
"languages": [
Expand Down Expand Up @@ -102,12 +101,6 @@
"path": "./syntaxes/yaml.tmLanguage.json"
}
],
"snippets": [
{
"language": "yaml",
"path": "./snippets/yaml.code-snippets"
}
],
"configurationDefaults": {
"[yaml]": {
"editor.maxTokenizationLineLength": 100000,
Expand Down
10 changes: 0 additions & 10 deletions snippets/yaml.code-snippets

This file was deleted.

0 comments on commit f8bebda

Please sign in to comment.