mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +01:00
Define printWidth at 100
This commit is contained in:
parent
078ee54715
commit
bce6fe83af
81 changed files with 290 additions and 1156 deletions
|
|
@ -205,8 +205,7 @@ testTokenization('csharp', [
|
|||
tokens: [{ startIndex: 0, type: '' }]
|
||||
},
|
||||
{
|
||||
line:
|
||||
' string someString = $"hello{outside+variable}the string again {{ escaped";',
|
||||
line: ' string someString = $"hello{outside+variable}the string again {{ escaped";',
|
||||
tokens: [
|
||||
{ startIndex: 0, type: '' },
|
||||
{ startIndex: 3, type: 'keyword.string.cs' },
|
||||
|
|
@ -425,8 +424,7 @@ testTokenization('csharp', [
|
|||
// Keywords
|
||||
[
|
||||
{
|
||||
line:
|
||||
'namespace VS { class Program { static void Main(string[] args) {} } }',
|
||||
line: 'namespace VS { class Program { static void Main(string[] args) {} } }',
|
||||
tokens: [
|
||||
{ startIndex: 0, type: 'keyword.namespace.cs' },
|
||||
{ startIndex: 9, type: '' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue