summaryrefslogtreecommitdiff
path: root/lisp/ess-r-syntax.el
AgeCommit message (Expand)Author
2022-11-01Fix compilation of package installed from Git; plus cosmeticsscratch/essStefan Monnier
2022-08-15[Fix #1209] Add support for pipebind operatorVitalie Spinu
2021-03-31Tokenise `|>` operatorLionel Henry
2020-05-26Update copyright and licenseAlex Branham
2019-06-18Replace point/point-min comparisons with bobpAlex Branham
2019-03-06Tidy up ess-r-syntax.elAlex Branham
2019-03-02Fix climbing of continuations with namespacesLionel Henry
2018-10-28Remove advice from back-to-indentationAlex Branham
2018-09-09Only fontify `in` keyword inside `for ()` (#668)Lionel Henry
2018-09-07Prefer https to http where availableAlex Branham
2018-08-28Cleanup documentationAlex Branham
2018-08-24Rename `within` to `inside`Lionel Henry
2018-08-24Simplify ess-inside-{comment|string}-pAlex Branham
2018-07-25Fix many compiler warningsAlex Branham
2018-06-25Remove unnecessary file local variablesAlex Branham
2018-04-15Remove unused return valueAlex Branham
2018-02-04Fix a range of byte-compile warningsVitalie Spinu
2018-01-30Don't (require 'cl)Alex Branham
2017-03-12Another round of cleaning upLionel Henry
2017-02-19Control flow is clearer like thisLionel Henry
2017-02-19No need for such comments inlineLionel Henry
2017-01-14Stefan Monnier's patch for constants -- for Emacs < 24.3Martin Maechler
2017-01-10- For emacs 24.2 : use (require 'cl): 'cl-lib only in emacs >= 24.3Martin Maechler
2016-09-30[Fix #375] Return unkown token instead of failingLionel Henry
2016-09-20Remove some dynamic scopingLionel Henry
2016-09-20Zap custom forward-sexp-functionsLionel Henry
2016-07-03Follow -p conventionLionel Henry
2016-06-28Fix whitespace climbing with form feedsLionel Henry
2016-06-28Correctly identify keyword boundariesLionel Henry
2016-06-28Start implementing forward and backward Pratt parserLionel Henry
2016-06-28Switch to a simpler token data structureLionel Henry
2016-06-28Move ess-refine-tokenLionel Henry
2016-06-28Get rid of back and forth sexp travellersLionel Henry
2016-06-28Use tokens in else-if climbingLionel Henry
2016-06-28Add predicates for token typesLionel Henry
2016-06-28Rename ess-escape-outside- prefix to ess-escape-Lionel Henry
2016-06-28Implement `ess-escape-token'Lionel Henry
2016-06-28New naming convention for position predicatesLionel Henry
2016-06-28Use tokens for operator jumping/climbingLionel Henry
2016-06-28Implement refined token typeLionel Henry
2016-06-28Include token boundaries in token typeLionel Henry
2016-06-28Fix climbing of punctuation tokensLionel Henry
2016-06-28Explain internal tokenisation errorsLionel Henry
2016-06-28Return nil when climbing on start of bufferLionel Henry
2016-06-28Implement token climbingLionel Henry
2016-06-28Implement a tokenizer for RLionel Henry
2016-06-28Docstring improvementsLionel Henry
2016-01-28Better climbing logic for %% opsLionel Henry
2016-01-28Better climbing of := operatorLionel Henry
2016-01-27[Fix #293] Operator climbing in argument listsLionel Henry