R file highliight change. Merged into single highlighter for math, summary and complex functions.

This commit is contained in:
Subrata 2021-07-30 11:29:29 -05:00
parent a466f2f6d0
commit 8d27d8d581

View File

@ -43,9 +43,7 @@ evaluate-commands %sh{
printf %s "
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(${math_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
add-highlighter shared/r/code/ regex '\b(${math_functions}|${summary_functions}|${complex_functions})\b' 0:function
"
}