diff --git a/tools/vscode/REAMDE.md b/tools/vscode/REAMDE.md index fd50ca5..7c78288 100644 --- a/tools/vscode/REAMDE.md +++ b/tools/vscode/REAMDE.md @@ -9,3 +9,5 @@ Extensions location `~/.vscode/extensions` + +How to check [for colors](https://stackoverflow.com/questions/45195023/how-do-i-change-the-color-of-comments-in-vs-code) diff --git a/tools/vscode/settings.json b/tools/vscode/settings.json index 6d9484c..6cd7844 100644 --- a/tools/vscode/settings.json +++ b/tools/vscode/settings.json @@ -218,6 +218,7 @@ { "scope": [ "comment", + "punctuation.definition.comment", "comment.block.documentation", "comment.block.documentation.js", "comment.line.number-sign.js", @@ -233,13 +234,30 @@ ], "settings": { "fontStyle": "italic", - "foreground": "#a4b224" + "foreground": "#A4B224" + } + }, + { + "scope": [ + "punctuation.definition.comment.go", + "comment.line.double-slash.go", + "punctuation.definition.comment.begin.documentation", + "punctuation.definition.comment.end.documentation" + ], + "settings": { + "foreground": "#82DCFF" } }, { "scope": "punctuation.definition.comment", "settings": { - "foreground": "#6ff124" + "foreground": "#6FF124" + } + }, + { + "scope": "string.quoted.docstring.multi.python", + "settings": { + "foreground": "#90fc03" } } ], diff --git a/vendor/dotbot b/vendor/dotbot index 7202065..3f9e409 160000 --- a/vendor/dotbot +++ b/vendor/dotbot @@ -1 +1 @@ -Subproject commit 720206578a8daf1e7167200e73e314fc4b8af52e +Subproject commit 3f9e409669172ad662e82fca791f0ad16dce5edd diff --git a/vendor/prezto b/vendor/prezto index 9195b66..1875ddb 160000 --- a/vendor/prezto +++ b/vendor/prezto @@ -1 +1 @@ -Subproject commit 9195b66161b196238cbd52a8a4abd027bdaf5f73 +Subproject commit 1875ddb52c9d105ca8f6df5053031cf53d79106e