diff --git a/package.json b/package.json index ee4ca35..bba985a 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ ], "languages": [ { - "id": "checkpatch config", + "id": "checkpatch", "extensions": [ ".checkpatch.conf" ], @@ -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" } ] }, diff --git a/src/checkpatch.conf.tmGrammer.json b/syntaxes/checkpatch.conf.tmGrammer.json similarity index 100% rename from src/checkpatch.conf.tmGrammer.json rename to syntaxes/checkpatch.conf.tmGrammer.json