mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Git-Base - Add syntax highlighting to the rebase-merge/done file (#171840)
This commit is contained in:
@@ -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"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user