Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See https://stat.ethz.ch/R-manual/R-devel/library/base/html/dots.html and https://stat.ethz.ch/R-manual/R-devel/library/base/html/Reserved.html Currently CodeMirror treats things like `..1.` and `...1` identically to `...`, `..1`, `..2`, etc. The former two parse, but they parse as regular R objects per the naming rules seen e.g. here https://stat.ethz.ch/R-manual/R-devel/library/base/html/make.names.html > A syntactically valid name consists of letters, numbers and the dot or underline characters and starts with a letter or the dot not followed by a number. Names such as ".2way" are not valid, and neither are the reserved words. Please LMK if this should be tested, with the caveat that this is my first ever contribution to JS code so some hand-holding would be nice
- Loading branch information