mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Extract git static contributions into a separate extension
This commit is contained in:
10
extensions/git-base/syntaxes/ignore.tmLanguage.json
Normal file
10
extensions/git-base/syntaxes/ignore.tmLanguage.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "Ignore",
|
||||
"scopeName": "source.ignore",
|
||||
"patterns": [
|
||||
{
|
||||
"match": "^#.*",
|
||||
"name": "comment.line.number-sign.ignore"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user