Skip to content

Commit

Permalink
Generalize rule for links in doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann committed Nov 21, 2020
1 parent bbcf26f commit eaa75c6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Brackets Dark.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@
"scope": "comment.block.documentation variable.parameter, comment.line.documentation variable.parameter",
"foreground": "color(var(orange) alpha(0.6)"
},
{
"name": "Doc comment: link",
"scope": "comment.block.documentation markup.underline.link, comment.line.documentation markup.underline.link",
"foreground": "color(var(textcolor) alpha(0.6))"
},
{
"name": "Escaped or special character",
"scope": "constant.character",
Expand Down Expand Up @@ -725,11 +730,6 @@
"scope": "support.type.package.java",
"foreground": "var(textcolor)"
},
{
"name": "JavaDoc link",
"scope": "comment.block.documentation markup.underline.link.javadoc",
"foreground": "color(var(textcolor) alpha(0.6))"
},
{
"name": "JavaDoc inline-tag punctuation",
"scope": "comment.block.documentation meta.inline-tag.javadoc punctuation.section.inline-tag",
Expand Down
10 changes: 5 additions & 5 deletions Brackets Light.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@
"scope": "comment.block.documentation variable.parameter, comment.line.documentation variable.parameter",
"foreground": "color(var(orange) alpha(0.7)"
},
{
"name": "Doc comment: link",
"scope": "comment.block.documentation markup.underline.link, comment.line.documentation markup.underline.link",
"foreground": "color(var(textcolor) alpha(0.7))"
},
{
"name": "Escaped or special character",
"scope": "constant.character",
Expand Down Expand Up @@ -725,11 +730,6 @@
"scope": "support.type.package.java",
"foreground": "var(textcolor)"
},
{
"name": "JavaDoc link",
"scope": "comment.block.documentation markup.underline.link.javadoc",
"foreground": "color(var(textcolor) alpha(0.7))"
},
{
"name": "JavaDoc inline-tag punctuation",
"scope": "comment.block.documentation meta.inline-tag.javadoc punctuation.section.inline-tag",
Expand Down

0 comments on commit eaa75c6

Please sign in to comment.