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

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"
},
{