forked from 71/dance
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
177 changed files
with
37,790 additions
and
16,366 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,31 @@ | ||
{ | ||
"files.associations": { | ||
"test/suite/commands/*": "text" | ||
}, | ||
"search.exclude": { | ||
"out": true | ||
}, | ||
"[typescript]": { | ||
"editor.rulers": [80, 100] | ||
"editor.rulers": [80, 100], | ||
"typescript.tsdk": "node_modules/typescript/lib", | ||
|
||
// Disable italic on doc comments since they contain a lot of Markdown: | ||
"editor.tokenColorCustomizations": { | ||
"textMateRules": [ | ||
{ | ||
"scope": "comment.block.documentation", | ||
"settings": { | ||
"fontStyle": "", | ||
}, | ||
}, | ||
], | ||
}, | ||
|
||
"dance.menus": { | ||
"dancedev": { | ||
"items": { | ||
"b": { | ||
"text": "toggle character selection behavior", | ||
"command": "dance.dev.setSelectionBehavior", | ||
"args": [{ "mode": "normal" }], | ||
}, | ||
}, | ||
}, | ||
}, | ||
"typescript.tsdk": "node_modules/typescript/lib" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ test/** | |
**/*.map | ||
**/*.ts | ||
**/*.lock | ||
out/src/build.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.