R file highliight change. Merged into single highlighter for math, summary and complex functions.
This commit is contained in:
parent
a466f2f6d0
commit
8d27d8d581
|
@ -43,9 +43,7 @@ evaluate-commands %sh{
|
||||||
printf %s "
|
printf %s "
|
||||||
add-highlighter shared/r/code/ regex '\b(${values})\b' 0:value
|
add-highlighter shared/r/code/ regex '\b(${values})\b' 0:value
|
||||||
add-highlighter shared/r/code/ regex '\b(${keywords})\b' 0:keyword
|
add-highlighter shared/r/code/ regex '\b(${keywords})\b' 0:keyword
|
||||||
add-highlighter shared/r/code/ regex '\b(${math_functions})\b' 0:function
|
add-highlighter shared/r/code/ regex '\b(${math_functions}|${summary_functions}|${complex_functions})\b' 0:function
|
||||||
add-highlighter shared/r/code/ regex '\b(${summary_functions})\b' 0:function
|
|
||||||
add-highlighter shared/r/code/ regex '\b(${complex_functions})\b' 0:function
|
|
||||||
"
|
"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user