summaryrefslogtreecommitdiff
path: root/lib/syntax_suggest/lex_value.rb
AgeCommit message (Collapse)Author
2026-04-07[ruby/syntax_suggest] Rename lex to token where appropriateEarlopain
I had a bit of trouble following what is going on. Lexing produces tokens, this renames to reflect that. https://github.com/ruby/syntax_suggest/commit/d3386ab6f4
2024-10-18[ruby/syntax_suggest] Removed empty commentHiroshi SHIBATA
https://github.com/ruby/syntax_suggest/commit/e1d9c83736
2022-08-19Sync SyntaxSuggestschneems
``` $ tool/sync_default_gems.rb syntax_suggest ``` Notes: Merged: https://github.com/ruby/ruby/pull/5859