rc: Highlight embedded documentation
This commit adds a `documentation` face to the builtin themes, used to highlight common documentation syntaxes: /** * JavaDoc */ /*! * QtDoc */ /// Inline documentation ## Inline documentation The face is only an alias to the `comment` one for now. Closes #1944
This commit is contained in:
parent
2749093143
commit
0c4c744362
|
@ -28,6 +28,7 @@ evaluate-commands %sh{
|
|||
face global operator ${cyan_light}
|
||||
face global attribute ${orange_dark}
|
||||
face global comment ${grey_dark}
|
||||
face global documentation comment
|
||||
face global meta ${orange_light}
|
||||
face global builtin default+b
|
||||
"
|
||||
|
|
|
@ -11,6 +11,7 @@ face global keyword blue
|
|||
face global operator yellow
|
||||
face global attribute green
|
||||
face global comment cyan
|
||||
face global documentation comment
|
||||
face global meta magenta
|
||||
face global builtin default+b
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@ face global keyword rgb:eedc82
|
|||
face global operator rgb:87ceeb
|
||||
face global attribute rgb:eedc82
|
||||
face global comment rgb:7ccd7c+i
|
||||
face global documentation comment
|
||||
|
||||
# #include <...>
|
||||
face global meta rgb:ee799f
|
||||
|
|
|
@ -14,6 +14,7 @@ face global keyword rgb:A71D5D+b
|
|||
face global operator yellow
|
||||
face global attribute rgb:A71D5D
|
||||
face global comment rgb:AAAAAA
|
||||
face global documentation comment
|
||||
face global meta rgb:183691
|
||||
face global builtin default+b
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@ evaluate-commands %sh{
|
|||
set-face global builtin ${grey}+b
|
||||
set-face global module ${grey_dark_1}
|
||||
set-face global comment ${grey}+i
|
||||
set-face global documentation comment
|
||||
set-face global function Default
|
||||
set-face global operator Default
|
||||
set-face global variable Default
|
||||
|
|
|
@ -34,6 +34,7 @@ evaluate-commands %sh{
|
|||
face global operator ${fg}
|
||||
face global attribute ${orange}
|
||||
face global comment ${gray}+i
|
||||
face global documentation comment
|
||||
face global meta ${aqua}
|
||||
face global builtin ${fg}+b
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Kaleidoscope: colorblind-friendly light colorscheme
|
||||
# Kaleidoscope: colorblind-friendly dark colorscheme
|
||||
# https://personal.sron.nl/~pault/
|
||||
|
||||
evaluate-commands %sh{
|
||||
|
@ -82,6 +82,7 @@ evaluate-commands %sh{
|
|||
set-face global builtin ${vibrant_blue}+b
|
||||
set-face global module ${vibrant_orange}
|
||||
set-face global comment ${bright_green}+i
|
||||
set-face global documentation comment
|
||||
set-face global function Default
|
||||
set-face global operator Default
|
||||
set-face global variable Default
|
||||
|
|
|
@ -82,6 +82,7 @@ evaluate-commands %sh{
|
|||
set-face global builtin ${muted_indigo}+b
|
||||
set-face global module ${vibrant_orange}
|
||||
set-face global comment ${muted_green}+i
|
||||
set-face global documentation comment
|
||||
set-face global function Default
|
||||
set-face global operator Default
|
||||
set-face global variable Default
|
||||
|
|
|
@ -34,6 +34,7 @@ evaluate-commands %sh{
|
|||
face global operator ${lucius_green}
|
||||
face global attribute ${lucius_light_blue}
|
||||
face global comment ${lucius_grey}
|
||||
face global documentation comment
|
||||
face global meta ${lucius_purple}
|
||||
face global builtin default+b
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@ evaluate-commands %sh{
|
|||
face global operator $cyan
|
||||
face global attribute rgb:eedc82
|
||||
face global comment $comment_grey+i
|
||||
face global documentation comment
|
||||
|
||||
# #include <...>
|
||||
face global meta $yellow
|
||||
|
|
|
@ -9,6 +9,7 @@ face global keyword default
|
|||
face global operator default
|
||||
face global attribute default
|
||||
face global comment blue
|
||||
face global documentation comment
|
||||
face global meta default
|
||||
face global builtin default
|
||||
|
||||
|
|
|
@ -43,6 +43,7 @@ evaluate-commands %sh{
|
|||
face global operator ${yellow1}
|
||||
face global attribute ${tan1}
|
||||
face global comment ${gray1}
|
||||
face global documentation comment
|
||||
face global meta ${gray2}
|
||||
face global builtin ${tan1}
|
||||
"
|
||||
|
|
|
@ -32,6 +32,7 @@ evaluate-commands %sh{
|
|||
face global operator default
|
||||
face global attribute ${green}
|
||||
face global comment ${brown_light}
|
||||
face global documentation comment
|
||||
face global meta ${brown_dark}
|
||||
face global builtin default+b
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@ face global keyword green
|
|||
face global operator green
|
||||
face global attribute bright-magenta
|
||||
face global comment bright-green
|
||||
face global documentation comment
|
||||
face global meta bright-red
|
||||
face global builtin default+b
|
||||
|
||||
|
|
|
@ -30,6 +30,7 @@ evaluate-commands %sh{
|
|||
face global operator ${yellow}
|
||||
face global attribute ${violet}
|
||||
face global comment ${base01}
|
||||
face global documentation comment
|
||||
face global meta ${orange}
|
||||
face global builtin default+b
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@ face global keyword green
|
|||
face global operator yellow
|
||||
face global attribute bright-magenta
|
||||
face global comment bright-cyan
|
||||
face global documentation comment
|
||||
face global meta bright-red
|
||||
face global builtin default+b
|
||||
|
||||
|
|
|
@ -30,6 +30,7 @@ evaluate-commands %sh{
|
|||
face global operator ${yellow}
|
||||
face global attribute ${violet}
|
||||
face global comment ${base1}
|
||||
face global documentation comment
|
||||
face global meta ${orange}
|
||||
face global builtin default+b
|
||||
|
||||
|
|
|
@ -33,6 +33,7 @@ evaluate-commands %sh{
|
|||
face global operator ${aqua}
|
||||
face global attribute ${purple}
|
||||
face global comment ${comment}
|
||||
face global documentation comment
|
||||
face global meta ${purple}
|
||||
face global builtin ${orange}
|
||||
"
|
||||
|
|
|
@ -41,6 +41,7 @@ evaluate-commands %sh{
|
|||
face global operator ${zenfunction}
|
||||
face global attribute ${zenstatement}
|
||||
face global comment ${zencomment}
|
||||
face global documentation comment
|
||||
face global meta ${zenspecial}
|
||||
face global builtin default+b
|
||||
|
||||
|
|
|
@ -198,6 +198,10 @@ evaluate-commands %sh{
|
|||
add-highlighter shared/$ft/code default-region group
|
||||
add-highlighter shared/$ft/string region %{$maybe_at(?<!')(?<!'\\\\)"} %{(?<!\\\\)(?:\\\\\\\\)*"} fill string
|
||||
add-highlighter shared/$ft/raw_string region -match-capture %{R"([^(]*)\\(} %{\\)([^")]*)"} fill string
|
||||
add-highlighter shared/$ft/javadoc region /\*\* \*/ fill documentation
|
||||
add-highlighter shared/$ft/qtdoc region /\*! \*/ fill documentation
|
||||
add-highlighter shared/$ft/inline_doc region /// $ fill documentation
|
||||
add-highlighter shared/$ft/inline_qtdoc region //! $ fill documentation
|
||||
add-highlighter shared/$ft/comment region /\\* \\*/ fill comment
|
||||
add-highlighter shared/$ft/line_comment region // (?<!\\\\)(?=\\n) fill comment
|
||||
add-highlighter shared/$ft/disabled region -recurse "#\\h*if(?:def)?" ^\\h*?#\\h*if\\h+(?:0|FALSE)\\b "#\\h*(?:else|elif|endif)" fill comment
|
||||
|
|
|
@ -40,12 +40,12 @@ add-highlighter shared/d/code default-region group
|
|||
add-highlighter shared/d/string region %{(?<!')(?<!'\\)"} %{(?<!\\)(?:\\\\)*"} group
|
||||
add-highlighter shared/d/verbatim_string region %{(?<!')(?<!'\\)`} %{(?<!\\)(?:\\\\)*`} fill meta
|
||||
add-highlighter shared/d/verbatim_string_prefixed region %{r`([^(]*)\(} %{\)([^)]*)`} fill meta
|
||||
add-highlighter shared/d/docstring1 region '/\+\+' '\+/' fill documentation
|
||||
add-highlighter shared/d/docstring2 region '/\*\*' '\*/' fill documentation
|
||||
add-highlighter shared/d/docstring3 region /// $ fill documentation
|
||||
add-highlighter shared/d/disabled region '/\+[^+]?' '\+/' fill comment
|
||||
add-highlighter shared/d/comment1 region '/\*[^*]?' '\*/' fill comment
|
||||
add-highlighter shared/d/comment2 region '//[^/]?' $ fill comment
|
||||
add-highlighter shared/d/docstring1 region '/\+\+' '\+/' fill comment
|
||||
add-highlighter shared/d/docstring2 region '/\*\*' '\*/' fill comment
|
||||
add-highlighter shared/d/docstring3 region /// $ fill comment
|
||||
|
||||
add-highlighter shared/d/string/ fill string
|
||||
add-highlighter shared/d/string/ regex %{\\(x[0-9a-fA-F]{2}|[0-7]{1,3}|u[0-9a-fA-F]{4}|U[0-9a-fA-F]{8})\b} 0:value
|
||||
|
|
|
@ -22,13 +22,13 @@ hook -group java-highlight global WinSetOption filetype=java %{
|
|||
hook -once -always window WinSetOption filetype=.* %{ remove-highlighter window/java }
|
||||
}
|
||||
|
||||
|
||||
provide-module java %§
|
||||
|
||||
add-highlighter shared/java regions
|
||||
add-highlighter shared/java/code default-region group
|
||||
add-highlighter shared/java/string region %{(?<!')"} %{(?<!\\)(\\\\)*"} fill string
|
||||
add-highlighter shared/java/comment region /\* \*/ fill comment
|
||||
add-highlighter shared/java/inline_documentation region /// $ fill documentation
|
||||
add-highlighter shared/java/line_comment region // $ fill comment
|
||||
|
||||
add-highlighter shared/java/code/ regex %{\b(this|true|false|null)\b} 0:value
|
||||
|
|
|
@ -38,8 +38,10 @@ add-highlighter shared/nim/code default-region group
|
|||
add-highlighter shared/nim/triple_string region '([A-Za-z](_?\w)*)?"""' '"""(?!")' fill string
|
||||
add-highlighter shared/nim/raw_string region [A-Za-z](_?[A-Za-z])*" (?<!")"(?!") fill string
|
||||
add-highlighter shared/nim/string region (?<!'\\)" ((?<!\\)(\\\\)*"|$) group
|
||||
add-highlighter shared/nim/comment region '#?#\[' '\]##?' group
|
||||
add-highlighter shared/nim/comment_line region (?<![^'].')#?#(?!'\[) $ group
|
||||
add-highlighter shared/nim/inline_documentation region '##' $ fill documentation
|
||||
add-highlighter shared/nim/documentation region '##\[' '\]##' fill documentation
|
||||
add-highlighter shared/nim/comment region '#\[' '\]#' group
|
||||
add-highlighter shared/nim/comment_line region (?<![^'].')#(?!'\[) $ group
|
||||
|
||||
add-highlighter shared/nim/string/fill fill string
|
||||
add-highlighter shared/nim/comment/fill fill comment
|
||||
|
|
|
@ -37,6 +37,7 @@ add-highlighter shared/python/code default-region group
|
|||
add-highlighter shared/python/docstring region -match-capture ("""|''') ("""|''') regions
|
||||
add-highlighter shared/python/double_string region '"' (?<!\\)(\\\\)*" fill string
|
||||
add-highlighter shared/python/single_string region "'" (?<!\\)(\\\\)*' fill string
|
||||
add-highlighter shared/python/documentation region '##' '$' fill documentation
|
||||
add-highlighter shared/python/comment region '#' '$' fill comment
|
||||
|
||||
# Integer formats
|
||||
|
|
|
@ -35,6 +35,7 @@ add-highlighter shared/rust/code default-region group
|
|||
add-highlighter shared/rust/string region %{(?<!')"} (?<!\\)(\\\\)*" fill string
|
||||
add-highlighter shared/rust/raw_string region -match-capture %{(?<!')r(#*)"} %{"(#*)} fill string
|
||||
add-highlighter shared/rust/comment region -recurse "/\*" "/\*" "\*/" fill comment
|
||||
add-highlighter shared/rust/documentation region "//[!/]" "$" fill documentation
|
||||
add-highlighter shared/rust/line_comment region "//" "$" fill comment
|
||||
|
||||
add-highlighter shared/rust/macro_attributes region -recurse "\[" "#!?\[" "\]" regions
|
||||
|
|
Loading…
Reference in New Issue
Block a user