FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for syntax - vim-ruby/vim-ruby · GitHub
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
syntax
on
vim9-support
User selector
Datepicker
Commit history
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 7, 2021
Add forgotten groups to rubyNotTop
tpope
committed
0f603a1
View commit details
Copy full SHA for 0f603a1
View code at this point
Browse repository at this point
Commits on Jul 6, 2021
Highlight {'a': 1, "b": 2} keys as symbols
Show description for 74158d2
tpope
committed
74158d2
View commit details
Copy full SHA for 74158d2
View code at this point
Browse repository at this point
Commits on Jun 6, 2021
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 28, 2020
Fix folding of comments in class definitions
Show description for e367f7b
dkearns
committed
e367f7b
View commit details
Copy full SHA for e367f7b
View code at this point
Browse repository at this point
Commits on Aug 22, 2020
Fix spell checking of bare words at the top level.
Show description for 35dce70
dkearns
committed
35dce70
View commit details
Copy full SHA for 35dce70
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 Jan 26, 2020
Fix contained groups highlighting in eRuby
tpope
committed
871e7a1
View commit details
Copy full SHA for 871e7a1
View code at this point
Browse repository at this point
Commits on Jul 13, 2019
Re-enable after/ files to define custom keywords
Show description for 1aa8f0c
tpope
committed
1aa8f0c
View commit details
Copy full SHA for 1aa8f0c
View code at this point
Browse repository at this point
Commits on Apr 4, 2019
Optimize some keyword style syntax patterns
Show description for 96d5db4
dkearns
committed
96d5db4
View commit details
Copy full SHA for 96d5db4
View code at this point
Browse repository at this point
Whitespace and comment fixes
dkearns
committed
296173a
View commit details
Copy full SHA for 296173a
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
Rename rubyExceptionHandler1 -> 2 for consistency's sake
dkearns
committed
d530625
View commit details
Copy full SHA for d530625
View code at this point
Browse repository at this point
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
Revert "Make matchit's "%" ignore Range.end method"
Show description for 67445fe
dkearns
committed
67445fe
View commit details
Copy full SHA for 67445fe
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 21, 2019
Fix highlighting of capitalized bare bang/predicate method calls
dkearns
committed
142712c
View commit details
Copy full SHA for 142712c
View code at this point
Browse repository at this point
Commits on Mar 13, 2019
Clean up rubyBracketOperator pattern
Show description for db9173e
dkearns
committed
db9173e
View commit details
Copy full SHA for db9173e
View code at this point
Browse repository at this point
Highlight ., &., and :: when nobbling keywords
dkearns
committed
552cd6f
View commit details
Copy full SHA for 552cd6f
View code at this point
Browse repository at this point
Highlight whitespace character literals
dkearns
committed
351cb78
View commit details
Copy full SHA for 351cb78
View code at this point
Browse repository at this point
Improve non-ASCII identifier support
dkearns
committed
c711bc2
View commit details
Copy full SHA for c711bc2
View code at this point
Browse repository at this point
Move deprecated predefined constants to new section
dkearns
committed
a5b3e53
View commit details
Copy full SHA for a5b3e53
View code at this point
Browse repository at this point
Prevent heredocs from matching after backtick strings
Show description for 8f551bb
dkearns
committed
8f551bb
View commit details
Copy full SHA for 8f551bb
View code at this point
Browse repository at this point
Fold level comment improvements
dkearns
committed
5de2749
View commit details
Copy full SHA for 5de2749
View code at this point
Browse repository at this point
Improve keyword nobbling highlighting performance
Show description for 7f382d7
dkearns
committed
7f382d7
View commit details
Copy full SHA for 7f382d7
View code at this point
Browse repository at this point
Rename bracket escape syntax groups
dkearns
committed
1adb6a1
View commit details
Copy full SHA for 1adb6a1
View code at this point
Browse repository at this point
Commits on Feb 28, 2019
Don't allow heredocs to start after the dot 'operator'
Show description for 70b6b12
dkearns
committed
70b6b12
View commit details
Copy full SHA for 70b6b12
View code at this point
Browse repository at this point
Move interpolation syntax groups to top of section
Show description for 2af3000
dkearns
committed
2af3000
View commit details
Copy full SHA for 2af3000
View code at this point
Browse repository at this point
Fix == operator highlighting with no leading whitespace
dkearns
committed
33d9c2b
View commit details
Copy full SHA for 33d9c2b
View code at this point
Browse repository at this point
Commits on Feb 26, 2019
Highlight statement modifiers after capitalized ?! methods
Show description for 5da839c
dkearns
committed
5da839c
View commit details
Copy full SHA for 5da839c
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL