Fix regexes for R identifiers
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Fix regexes for R identifiers
Jim Hester
requested to merge
jimhester/highlight:r-dots
into
master
Sep 06, 2018
Overview
1
Commits
1
Pipelines
0
Changes
1
R identifiers can have
.
and
_
in them and
.
is not an operator in R.
Merge request reports
Loading