Skip to content

Commit

Permalink
Move grammer to syntaxes folder
Browse files Browse the repository at this point in the history
Otherwise would not be detected by vsce
  • Loading branch information
idanpa committed Aug 6, 2019
1 parent f1799bd commit d7367a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
],
"languages": [
{
"id": "checkpatch config",
"id": "checkpatch",
"extensions": [
".checkpatch.conf"
],
Expand All @@ -102,9 +102,9 @@
],
"grammars": [
{
"language": "checkpatch config",
"language": "checkpatch",
"scopeName": "text.checkpatch",
"path": "./src/checkpatch.conf.tmGrammer.json"
"path": "./syntaxes/checkpatch.conf.tmGrammer.json"
}
]
},
Expand Down
File renamed without changes.

0 comments on commit d7367a4

Please sign in to comment.