Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
vim-ruby
/
vim-ruby
Public
Notifications
You must be signed in to change notification settings
Fork
285
Star
2k
Code
Issues
57
Pull requests
6
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
vim-ruby
spec
on
master
User selector
All users
All time
Commit history
Commits on Dec 19, 2024
Support endless operator methods
etiennebarrie
committed
7c31ea2
View commit details
Copy full SHA for 7c31ea2
View code at this point
Browse repository at this point
Commits on Mar 16, 2023
properly highlight frozen-string-literal in syntax/ruby.vim
luke-gru
authored and
tpope
committed
0960d0f
View commit details
Copy full SHA for 0960d0f
View code at this point
Browse repository at this point
Commits on Jun 30, 2022
Fix endless defs for methods defined on an object
AndrewRadev
committed
a992824
View commit details
Copy full SHA for a992824
View code at this point
Browse repository at this point
Commits on Mar 21, 2022
Wait for space after in to indent in insert mode
etiennebarrie
committed
5131538
View commit details
Copy full SHA for 5131538
View code at this point
Browse repository at this point
Commits on Dec 31, 2021
Add a spec for case-in pattern matching
AndrewRadev
committed
3b0c329
View commit details
Copy full SHA for 3b0c329
View code at this point
Browse repository at this point
Commits on Nov 3, 2021
Prevent endless defs from starting a method region
Show description for ee99a4c
dkearns
committed
ee99a4c
View commit details
Copy full SHA for ee99a4c
View code at this point
Browse repository at this point
Commits on Sep 10, 2021
Add highlighting for shareable_constant_value
Show description for a2b8e91
tenderlove
authored and
tpope
committed
a2b8e91
View commit details
Copy full SHA for a2b8e91
View code at this point
Browse repository at this point
Commits on Jul 22, 2021
Add a note
AndrewRadev
committed
5516e30
View commit details
Copy full SHA for 5516e30
View code at this point
Browse repository at this point
Commits on Jul 12, 2021
Allow endless def without brackets
AndrewRadev
committed
910bc7e
View commit details
Copy full SHA for 910bc7e
View code at this point
Browse repository at this point
Commits on Jul 5, 2021
Consider [!?] at the end of the name
Show description for c8debfc
AndrewRadev
committed
c8debfc
View commit details
Copy full SHA for c8debfc
View code at this point
Browse repository at this point
Initial attempt at an "endless def" support for ruby 3
AndrewRadev
committed
e4d8cbb
View commit details
Copy full SHA for e4d8cbb
View code at this point
Browse repository at this point
Commits on Jun 6, 2021
Pass through transparency in tests
AndrewRadev
committed
341d457
View commit details
Copy full SHA for 341d457
View code at this point
Browse repository at this point
Don't highlight nested parens as `rubyString`
AndrewRadev
committed
2512c89
View commit details
Copy full SHA for 2512c89
View code at this point
Browse repository at this point
Commits on Aug 2, 2020
Add `g:ruby_indent_hanging_elements` setting
Show description for a642969
tomdalling
committed
a642969
View commit details
Copy full SHA for a642969
View code at this point
Browse repository at this point
Start all specs with default indenting globals
Show description for c2f0dbd
tomdalling
committed
c2f0dbd
View commit details
Copy full SHA for c2f0dbd
View code at this point
Browse repository at this point
Commits on Mar 29, 2020
Try fixing a memory-intensive pattern
Show description for 79fc3c5
AndrewRadev
committed
79fc3c5
View commit details
Copy full SHA for 79fc3c5
View code at this point
Browse repository at this point
Commits on Dec 8, 2019
Fix indent bug with continuation chars in regexp syntax group
AndrewRadev
committed
81f64ec
View commit details
Copy full SHA for 81f64ec
View code at this point
Browse repository at this point
Commits on Apr 4, 2019
Refactor syntax tests
dkearns
committed
d04ba6d
View commit details
Copy full SHA for d04ba6d
View code at this point
Browse repository at this point
Fix highlighting of required trailing keyword parameters
Show description for 25074cb
dkearns
committed
25074cb
View commit details
Copy full SHA for 25074cb
View code at this point
Browse repository at this point
Commits on Apr 3, 2019
Highlight block parameters like method parameters
Show description for eba5233
dkearns
committed
eba5233
View commit details
Copy full SHA for eba5233
View code at this point
Browse repository at this point
Commits on Apr 2, 2019
Fix highlighting of symbol default values
dkearns
committed
4952435
View commit details
Copy full SHA for 4952435
View code at this point
Browse repository at this point
Move defined? and English bool operators to *Operator syntax groups
dkearns
committed
4663c19
View commit details
Copy full SHA for 4663c19
View code at this point
Browse repository at this point
Simplify 1.9-style rubySymbol patterns
dkearns
committed
1507e68
View commit details
Copy full SHA for 1507e68
View code at this point
Browse repository at this point
Normalise test formatting
Show description for b54b4e3
dkearns
committed
b54b4e3
View commit details
Copy full SHA for b54b4e3
View code at this point
Browse repository at this point
Support %=...= percent string literals
Show description for 763877d
dkearns
committed
763877d
View commit details
Copy full SHA for 763877d
View code at this point
Browse repository at this point
Optionally highlight pseudo operators
Show description for 4c91c8e
dkearns
committed
4c91c8e
View commit details
Copy full SHA for 4c91c8e
View code at this point
Browse repository at this point
Commits on Mar 13, 2019
Add rudimentary syntax highlighter testing
dkearns
committed
4abc434
View commit details
Copy full SHA for 4abc434
View code at this point
Browse repository at this point
Commits on Feb 17, 2019
Fix indenting of leading &. chained continuation lines
Show description for 5984d82
dkearns
committed
5984d82
View commit details
Copy full SHA for 5984d82
View code at this point
Browse repository at this point
Commits on Jan 26, 2019
Don't match identifiers ending in "def" as indent keywords
Show description for 9a84b56
dkearns
committed
9a84b56
View commit details
Copy full SHA for 9a84b56
View code at this point
Browse repository at this point
Commits on Oct 2, 2018
Method prefixing spec
AndrewRadev
committed
3b033fe
View commit details
Copy full SHA for 3b033fe
View code at this point
Browse repository at this point
Commits on Feb 20, 2017
add support for g:ruby_indent_assignment_style
nerdrew
committed
4c5009a
View commit details
Copy full SHA for 4c5009a
View code at this point
Browse repository at this point
Commits on Feb 16, 2017
bump rspec version
nerdrew
committed
4e2c77a
View commit details
Copy full SHA for 4e2c77a
View code at this point
Browse repository at this point
Commits on Feb 5, 2017
Merge pull request #324 from vim-ruby/organize-indent-into-functions
Show description for 5c1ec6f
AndrewRadev
authored
5c1ec6f
View commit details
Copy full SHA for 5c1ec6f
View code at this point
Browse repository at this point
Commits on Feb 3, 2017
fix indent for closing html tag (#327)
Show description for 4e47027
RGBD
authored and
tpope
committed
4e47027
View commit details
Copy full SHA for 4e47027
View code at this point
Browse repository at this point
Commits on Jan 5, 2017
Specs
AndrewRadev
committed
d0a2b9c
View commit details
Copy full SHA for d0a2b9c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.