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
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 }}
sofaking
/
vim-ruby
Public
forked from
vim-ruby/vim-ruby
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
vim-ruby
syntax
ruby.vim
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 15, 2012
Attempt to fix problem with incorrect heredoc highlighting
Show description for ac9ef4e
AndrewRadev
committed
ac9ef4e
View commit details
Copy full SHA for ac9ef4e
View code at this point
Browse repository at this point
Commits on Sep 19, 2011
Letting VIM spell check regular strings
camilo
committed
c27c526
View commit details
Copy full SHA for c27c526
View code at this point
Browse repository at this point
Commits on Aug 25, 2011
Highlight to last of multiple heredocs
Show description for 187e1a4
tpope
committed
187e1a4
View commit details
Copy full SHA for 187e1a4
View code at this point
Browse repository at this point
Commits on Aug 21, 2011
Fix {if: foo} highlighting
Show description for 0e58499
tpope
committed
0e58499
View commit details
Copy full SHA for 0e58499
View code at this point
Browse repository at this point
Commits on Aug 8, 2011
Adds require_relative highlighting
miloshadzic
authored and
tpope
committed
7bee8d0
View commit details
Copy full SHA for 7bee8d0
View code at this point
Browse repository at this point
Commits on Mar 20, 2011
Update all RubyForge URLs with new GitHub equivalents.
dkearns
committed
699670a
View commit details
Copy full SHA for 699670a
View code at this point
Browse repository at this point
Commits on Sep 12, 2010
Fix whitespace delimited string/regexp/symbol literals
dkearns
committed
5560a2f
View commit details
Copy full SHA for 5560a2f
View code at this point
Browse repository at this point
Commits on Sep 1, 2010
Remove "Last Change" headers
dkearns
committed
bd82d42
View commit details
Copy full SHA for bd82d42
View code at this point
Browse repository at this point
Add support for whitespace delimited string literals
dkearns
committed
d23eace
View commit details
Copy full SHA for d23eace
View code at this point
Browse repository at this point
Match all $N+ pattern match variables as a predefined variable
Show description for 561a96d
dkearns
committed
561a96d
View commit details
Copy full SHA for 561a96d
View code at this point
Browse repository at this point
Highlight the lambda operator if ruby_operators is set
dkearns
committed
ea882ea
View commit details
Copy full SHA for ea882ea
View code at this point
Browse repository at this point
Add new predefined constants from 1.9
dkearns
committed
64e0cb6
View commit details
Copy full SHA for 64e0cb6
View code at this point
Browse repository at this point
Commits on Aug 26, 2010
Highlight {public,private}_class_method
tpope
committed
ef4bbdf
View commit details
Copy full SHA for ef4bbdf
View code at this point
Browse repository at this point
Fixed regex syntax so it works with ? : (ternary)
Show description for 8c1c484
nerdrew
authored and
tpope
committed
8c1c484
View commit details
Copy full SHA for 8c1c484
View code at this point
Browse repository at this point
Commits on Aug 19, 2010
Revert "Give "Special Methods" lower precedence"
Show description for dcb81f3
tpope
committed
dcb81f3
View commit details
Copy full SHA for dcb81f3
View code at this point
Browse repository at this point
Commits on Aug 3, 2010
Allow junk after =end
tpope
committed
faef7e9
View commit details
Copy full SHA for faef7e9
View code at this point
Browse repository at this point
Commits on Jul 20, 2010
Give "Special Methods" lower precedence
Show description for 4480f1d
tpope
committed
4480f1d
View commit details
Copy full SHA for 4480f1d
View code at this point
Browse repository at this point
Commits on May 27, 2010
Add "Last Change" header lines
Doug Kearns
authored and
Doug Kearns
committed
59ee43d
View commit details
Copy full SHA for 59ee43d
View code at this point
Browse repository at this point
Commits on Dec 1, 2009
Whitespace formatting fixes
Doug Kearns
authored and
Doug Kearns
committed
675fd39
View commit details
Copy full SHA for 675fd39
View code at this point
Browse repository at this point
Commits on Oct 7, 2009
Fix highlighting of foo in def foo_bar.baz
tpope
committed
76cb160
View commit details
Copy full SHA for 76cb160
View code at this point
Browse repository at this point
Commits on Sep 18, 2009
Restore highlighting of negative sign
tpope
committed
dea6800
View commit details
Copy full SHA for dea6800
View code at this point
Browse repository at this point
Stricter 1.9 symbol matching
Show description for ffa27f1
tpope
committed
ffa27f1
View commit details
Copy full SHA for ffa27f1
View code at this point
Browse repository at this point
Commits on Sep 17, 2009
Fix else and ensure inside method definition
tpope
committed
d609522
View commit details
Copy full SHA for d609522
View code at this point
Browse repository at this point
Commits on Sep 16, 2009
Don't highlight A in A::B as a 1.9 symbol
Show description for 982927d
tpope
committed
982927d
View commit details
Copy full SHA for 982927d
View code at this point
Browse repository at this point
Highlight 1.9 style symbols in hashes
tpope
committed
2b2b620
View commit details
Copy full SHA for 2b2b620
View code at this point
Browse repository at this point
Commits on Sep 12, 2009
Fix off-screen regexp quirk [Morita Sho]
Show description for e477f10
tpope
committed
e477f10
View commit details
Copy full SHA for e477f10
View code at this point
Browse repository at this point
Commits on Jul 30, 2009
Fix erroneous highlighting inside methods
tpope
committed
f9c78fc
View commit details
Copy full SHA for f9c78fc
View code at this point
Browse repository at this point
Commits on Mar 22, 2009
Highlight else in begin/def...end
Show description for 3513f88
tpope
committed
3513f88
View commit details
Copy full SHA for 3513f88
View code at this point
Browse repository at this point
Commits on Oct 12, 2008
Highlight :'...' as symbol; \' and \\ inside ''
tpope
committed
cde0495
View commit details
Copy full SHA for cde0495
View code at this point
Browse repository at this point
Commits on Aug 1, 2008
Remove CVS Id lines
tpope
committed
e133583
View commit details
Copy full SHA for e133583
View code at this point
Browse repository at this point
Commits on Jun 29, 2008
revert highlighting of - as number
tpope
committed
fc667d0
View commit details
Copy full SHA for fc667d0
View code at this point
Browse repository at this point
indent/eruby.vim: fix quirk in optional argument handling
tpope
committed
b2d3cba
View commit details
Copy full SHA for b2d3cba
View code at this point
Browse repository at this point
Don't match $_foo as invalid variable
tpope
committed
2fedd6b
View commit details
Copy full SHA for 2fedd6b
View code at this point
Browse repository at this point
Commits on Apr 20, 2008
syntax/ruby.vim: don't highlight x /= y as a regexp
tpope
committed
d1d91b9
View commit details
Copy full SHA for d1d91b9
View code at this point
Browse repository at this point
Commits on Feb 13, 2008
keepend on // regexps and add \/ escape
tpope
committed
88a38fc
View commit details
Copy full SHA for 88a38fc
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.