aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/ruby-ts-mode.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Fix typosStefan Kangas2023-12-031-1/+1
* ; Fix doc string punctuation in ruby-ts-mode.el.Eli Zaretskii2023-12-021-2/+2
* Backport: Fix some tree-sitter :match regexpsBasil L. Contovounesios2023-07-301-1/+1
* Revert "Fix some tree-sitter :match regexps"Basil L. Contovounesios2023-06-171-1/+1
* Fix some tree-sitter :match regexpsBasil L. Contovounesios2023-06-171-1/+1
* ruby-ts-mode: Fix/simplify Imenu index generationDmitry Gutov2023-03-271-24/+22
* (ruby-ts--align-chain): Use 'equal' to check for an exact matchDmitry Gutov2023-03-271-1/+1
* ; Use string-search instead of string-match[-p] in ruby-ts-mode.elMattias EngdegÄrd2023-03-271-1/+1
* ruby-ts-mode: Fine-tune s-p-f on symbols (bug#62086)Dmitry Gutov2023-03-091-2/+4
* Update ts modes missed in 4c16fd3a512 to use column-0Dmitry Gutov2023-03-041-1/+1
* Rename the newly added -ref- faces to -use-Dmitry Gutov2023-02-281-2/+2
* Add more/finer faces for tree-sitterDmitry Gutov2023-02-251-3/+3
* ruby-ts-mode: Also don't reindent 'identifier' when inside ERRORDmitry Gutov2023-02-091-1/+1
* ruby-ts-mode: Fix indentation inside empty if/unless/case/defDmitry Gutov2023-02-091-0/+7
* ; ruby-ts--syntax-propertize: Amend commentaryDmitry Gutov2023-02-051-1/+2
* Refine the previous changeDmitry Gutov2023-02-041-6/+13
* Add syntax-propertize-function to ruby-ts-modeDmitry Gutov2023-02-041-1/+84
* (treesit_predicate_match): Match node text against regexp without consingDmitry Gutov2023-02-021-4/+1
* ruby-ts-mode: Don't reindent when "class" or "def" is under "ERROR"Dmitry Gutov2023-01-251-0/+6
* (ruby-ts--predefined-variables): Fix the $` and $' entriesDmitry Gutov2023-01-221-1/+1
* ruby-ts-mode: Fix two additional cases with ruby-method-call-indent=nilDmitry Gutov2023-01-221-1/+1
* Use point-min to anchor top-level constructs (bug#60602)Theodor Thornhill2023-01-201-1/+1
* ; ruby-ts-mode: Add a Version tagDmitry Gutov2023-01-201-0/+1
* ; ruby-ts-mode: Update font-lock features list in CommentaryDmitry Gutov2023-01-201-3/+3
* Make tree-sitter based modes optionalEli Zaretskii2023-01-201-0/+14
* ; (ruby-ts--predefined-variables): Make it a little shorterDmitry Gutov2023-01-201-1/+1
* ruby-ts-mode: Claw back half of the performance drop from last changeDmitry Gutov2023-01-201-2/+4
* (ruby-ts-mode): Rename 'builtin-functions' to 'builtin-function'Dmitry Gutov2023-01-201-2/+2
* ruby-ts-mode: Highlight builtin methodsDmitry Gutov2023-01-201-6/+21
* ; ruby-ts-mode.el: Add customize-group mention to commentaryDmitry Gutov2023-01-201-0/+2
* ; ruby-ts--indent-rules: Minor cleanupDmitry Gutov2023-01-191-7/+3
* (ruby-ts--indent-rules): Indent inside empty parens properlyDmitry Gutov2023-01-191-1/+3
* ruby-ts-mode: Use font-lock-constant-face for true/false/nilDmitry Gutov2023-01-191-3/+3
* (ruby-ts--indent-rules): Add a rule for continuation of a hash pairDmitry Gutov2023-01-191-0/+2
* (ruby-ts--parent-call-or-bol): Handle more cases with nested literalsDmitry Gutov2023-01-191-10/+19
* (ruby-ts--statement-container-regexp): Remove "parenthesized_statements"Dmitry Gutov2023-01-191-1/+0
* ruby-ts-mode: Handle indent in parenless calls much closer to ruby-modeDmitry Gutov2023-01-191-24/+45
* ruby-ts-mode: Obey the option ruby-method-call-indentDmitry Gutov2023-01-181-0/+10
* ruby-ts-mode: Obey the option ruby-after-operator-indentDmitry Gutov2023-01-181-0/+7
* ruby-ts-mode: Fix indent after operator or conditionalDmitry Gutov2023-01-181-29/+12
* ruby-ts-mode: Fix/change indentation of a continuation method callDmitry Gutov2023-01-181-2/+2
* ruby-ts-mode: Fix indent inside parenthesized_expr and else/end after unlessDmitry Gutov2023-01-181-2/+5
* ruby-ts-mode: Fix the rules for hanging arrays and hashesDmitry Gutov2023-01-181-14/+4
* ruby-ts-mode: Support the option ruby-block-indentDmitry Gutov2023-01-161-6/+26
* ; * lisp/progmodes/ruby-ts-mode.el: Fix compilation warnings (bug#60647).Eli Zaretskii2023-01-081-0/+10
* (ruby-ts--font-lock-settings): Improve highlighting in patternsDmitry Gutov2023-01-081-1/+6
* (font-lock-regexp-face): New faceDmitry Gutov2023-01-061-4/+2
* Unify the string interpolation delimiters face across ts modesDmitry Gutov2023-01-061-2/+2
* ruby-ts-mode: Highlight more kinds of parametersDmitry Gutov2023-01-061-8/+20
* ruby-ts-mode: Highlight method and block parametersDmitry Gutov2023-01-061-1/+16