FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for syntax - elithecho/vim-ruby · GitHub
elithecho
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
vim-ruby
syntax
on
master
User selector
Datepicker
Commit history
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
Commits on Feb 25, 2019
Add new syntax groups for percent literal delimiters
Show description for eec4d89
dkearns
committed
eec4d89
View commit details
Copy full SHA for eec4d89
View code at this point
Browse repository at this point
Improve statement modifier highlighting
Show description for d3bb65a
dkearns
committed
d3bb65a
View commit details
Copy full SHA for d3bb65a
View code at this point
Browse repository at this point
Fix highlighting of one-line nested if blocks
Show description for c7088aa
dkearns
committed
c7088aa
View commit details
Copy full SHA for c7088aa
View code at this point
Browse repository at this point
Fix highlighting of assignments from loops
Show description for cf470dc
dkearns
committed
cf470dc
View commit details
Copy full SHA for cf470dc
View code at this point
Browse repository at this point
Fix whitespace
dkearns
committed
18fb61c
View commit details
Copy full SHA for 18fb61c
View code at this point
Browse repository at this point
Expand predefined global variable error highlighting
Show description for acf0718
dkearns
committed
acf0718
View commit details
Copy full SHA for acf0718
View code at this point
Browse repository at this point
Fix conditional highlighting after redundant line continuations
Show description for 412a8c3
dkearns
committed
412a8c3
View commit details
Copy full SHA for 412a8c3
View code at this point
Browse repository at this point
Commits on Feb 20, 2019
Don't highlight r suffix with exponential notation float literals
Show description for 8efffcc
dkearns
committed
8efffcc
View commit details
Copy full SHA for 8efffcc
View code at this point
Browse repository at this point
Commits on Feb 17, 2019
Clean up the ruby_operators rat's nest
Show description for 74217b2
dkearns
committed
74217b2
View commit details
Copy full SHA for 74217b2
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL