Skip to content

Commit

Permalink
feat: Support basic groovy syntax highlighting (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
CsCherrYY committed Sep 23, 2021
1 parent 063f57c commit 13ade17
Show file tree
Hide file tree
Showing 2 changed files with 1,398 additions and 0 deletions.
7 changes: 7 additions & 0 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@
"configuration": "./gradle-language-configuration.json"
}
],
"grammars": [
{
"language": "gradle",
"scopeName": "source.groovy",
"path": "./syntaxes/groovy.tmLanguage.json"
}
],
"problemMatchers": [
{
"owner": "gradle",
Expand Down
Loading

0 comments on commit 13ade17

Please sign in to comment.