Skip to content

Commit f61ac84

Browse files
committed
try again
1 parent 3e563ca commit f61ac84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/ide/adding-visual-studio-editor-support-for-other-languages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ All of these file types have the features described earlier even if support for
7878
|*\Syntaxes*|The grammar folder. Contains the grammar *.json* files for the language, such as *Matlab.json*.|
7979
|*\Snippets*|The snippets folder. Contains snippets for the language.|
8080

81-
In Windows, *%userprofile%* resolves to the path: *c:\Users\\<user name>*. If the extensions folder does not exist on your system, you will need to create it. If the folder already exists, it will be hidden.
81+
In Windows, *%userprofile%* resolves to the path: *c:\Users\\\<user name>*. If the extensions folder does not exist on your system, you will need to create it. If the folder already exists, it will be hidden.
8282

8383
For details about how to create TextMate Grammars, see [TextMate - Introduction to Language Grammars: How to add source code syntax highlighting embedded in HTML](https://developmentality.wordpress.com/2011/02/08/textmate-introduction-to-language-grammars/) and [Notes on how to create a Language Grammar and Custom Theme for a Textmate Bundle](https://benparizek.com/notebook/notes-on-how-to-create-a-language-grammar-and-custom-theme-for-a-textmate-bundle).
8484

docs/ide/default-keyboard-shortcuts-in-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The sections in the following table include commands that are global in that you
115115
|Debug.RunToCursor|**Ctrl+F10**|
116116
|Debug.SetNextStatement|**Ctrl+Shift+F10**|
117117
|Debug.ShowCallStackonCodeMap|**Ctrl+Shift+`**|
118-
|Debug.ShowNextStatement|**Alt+Num * **|
118+
|Debug.ShowNextStatement|**Alt+Num\***|
119119
|Debug.Start|**F5**|
120120
|Debug.StartWindowsPhoneApplicationAnalysis|**Alt+F1**|
121121
|Debug.StartWithoutDebugging|**Ctrl+F5**|
@@ -373,7 +373,7 @@ The sections in the following table include commands that are global in that you
373373
|View.NavigateBackward|**Ctrl+-**|
374374
|View.NavigateForward|**Ctrl+Shift+-**|
375375
|View.NextError|**Ctrl+Shift+F12**|
376-
|View.Notifications|**Ctrl+W, N*<br /><br /> or<br /><br /> **Ctrl+W, Ctrl+N**|
376+
|View.Notifications|**Ctrl+W, N**<br /><br /> or<br /><br /> **Ctrl+W, Ctrl+N**|
377377
|View.ObjectBrowser|**Ctrl+Alt+J**|
378378
|View.ObjectBrowserGoToSearchCombo|**Ctrl+K, Ctrl+R**|
379379
|View.Output|**Ctrl+Alt+O**|

0 commit comments

Comments
 (0)