Skip to content

Commit eacae8c

Browse files
authored
fix: remove syntax provided (#68)
Delegates to the built in html syntax. Fixes #65
1 parent 7cfe7bb commit eacae8c

File tree

2 files changed

+0
-859
lines changed

2 files changed

+0
-859
lines changed

client/package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@
3333
],
3434
"configuration": "./language-configuration.json"
3535
}
36-
],
37-
"grammars": [
38-
{
39-
"language": "ng-template",
40-
"scopeName": "text.html.basic",
41-
"path": "./syntaxes/NG.plist"
42-
}
4336
]
4437
},
4538
"scripts": {

0 commit comments

Comments
 (0)