Git-Base - Add syntax highlighting to the rebase-merge/done file (#171840)

This commit is contained in:
Ladislau Szomoru 2023-01-20 17:32:40 +01:00 committed by GitHub
parent 886edccb7a
commit cab92a3b9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"engines": {
"vscode": "0.10.x"
},
"categories": [
"categories": [
"Other"
],
"activationEvents": [
@ -66,6 +66,9 @@
"filenames": [
"git-rebase-todo"
],
"filenamePatterns": [
"**/rebase-merge/done"
],
"configuration": "./languages/git-rebase.language-configuration.json"
},
{