This commit is contained in:
@ -0,0 +1 @@
|
||||
{"comments":{"lineComment":"--","blockComment":["/*","*/"]},"brackets":[["{","}"],["[","]"],["(",")"]],"autoClosingPairs":[["{","}"],["[","]"],["(",")"],{"open":"\"","close":"\"","notIn":["string"]},{"open":"N'","close":"'","notIn":["string","comment"]},{"open":"'","close":"'","notIn":["string","comment"]}],"surroundingPairs":[["{","}"],["[","]"],["(",")"],["\"","\""],["'","'"],["`","`"]],"folding":{"offSide":true,"markers":{"start":"^\\s*--\\s*#region\\b","end":"^\\s*--\\s*#endregion\\b"}}}
|
1
vscode-server-linux-x64-web/extensions/sql/package.json
Normal file
1
vscode-server-linux-x64-web/extensions/sql/package.json
Normal file
@ -0,0 +1 @@
|
||||
{"name":"sql","displayName":"%displayName%","description":"%description%","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ./build/update-grammar.mjs"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"sql","extensions":[".sql",".dsql"],"aliases":["SQL"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"sql","scopeName":"source.sql","path":"./syntaxes/sql.tmLanguage.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}}
|
@ -0,0 +1 @@
|
||||
{"displayName":"SQL Language Basics","description":"Provides syntax highlighting and bracket matching in SQL files."}
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user