FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for syntax - optionalg/vim-ruby · GitHub
optionalg
/
vim-ruby
Public
forked from
garybernhardt/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
on
vim6.4
User selector
Datepicker
Commit history
Commits on Oct 7, 2005
update syntax documentation formatting for Vim 6.4 release
dkearns
committed
8891473
View commit details
Copy full SHA for 8891473
View code at this point
Browse repository at this point
Commits on Oct 4, 2005
make the use of 'ruby_no_expensive' local to the buffer for eruby files
dkearns
committed
9f60b4b
View commit details
Copy full SHA for 9f60b4b
View code at this point
Browse repository at this point
replace spaces with tabs, where possible, to reduce file sizes as requested by BM
dkearns
committed
ec45322
View commit details
Copy full SHA for ec45322
View code at this point
Browse repository at this point
Commits on Sep 25, 2005
allow comments to be highlighted directly after module/class/method definitions
dkearns
committed
7e5aa7d
View commit details
Copy full SHA for 7e5aa7d
View code at this point
Browse repository at this point
Commits on Sep 24, 2005
allow regexp's as hash values and after a ';'
dkearns
committed
cfc4177
View commit details
Copy full SHA for cfc4177
View code at this point
Browse repository at this point
fix typo in rubyControl highlight group name
dkearns
committed
c09ae15
View commit details
Copy full SHA for c09ae15
View code at this point
Browse repository at this point
Commits on Sep 22, 2005
allow while/until modifiers after methods with names ending in [!=?] to be highlighted
dkearns
committed
5c44978
View commit details
Copy full SHA for 5c44978
View code at this point
Browse repository at this point
Commits on Sep 20, 2005
match and highlight exit! as a 'special' method
dkearns
committed
d9c422e
View commit details
Copy full SHA for d9c422e
View code at this point
Browse repository at this point
Commits on Sep 15, 2005
add $LOADED_FEATURES and $PROGRAM_NAME to rubyPredefinedVariable
dkearns
committed
8d11a6c
View commit details
Copy full SHA for 8d11a6c
View code at this point
Browse repository at this point
Commits on Sep 13, 2005
make sure escaped eRuby tags aren't highlighted as block delimiters with a trailing '%'
dkearns
committed
2765ade
View commit details
Copy full SHA for 2765ade
View code at this point
Browse repository at this point
Commits on Sep 9, 2005
allow if/unless/while/until expressions to be highlighted when used as method args
dkearns
committed
a00c3da
View commit details
Copy full SHA for a00c3da
View code at this point
Browse repository at this point
Commits on Sep 8, 2005
allow while/until expressions to be highlighted
dkearns
committed
c30af9c
View commit details
Copy full SHA for c30af9c
View code at this point
Browse repository at this point
normalise vim modelines
dkearns
committed
843adff
View commit details
Copy full SHA for 843adff
View code at this point
Browse repository at this point
Commits on Sep 6, 2005
move hyphen to end of collection in rubyNoDoBlock pattern
dkearns
committed
c4e1cc0
View commit details
Copy full SHA for c4e1cc0
View code at this point
Browse repository at this point
Commits on Sep 3, 2005
highlight if/unless expressions after the %, ^, | and & operators
dkearns
committed
6537d4c
View commit details
Copy full SHA for 6537d4c
View code at this point
Browse repository at this point
Commits on Sep 1, 2005
general improvements to eRuby highlighting
dkearns
committed
1655fec
View commit details
Copy full SHA for 1655fec
View code at this point
Browse repository at this point
make sure that eRubyOneLiner starts at the very beginning of a line
dkearns
committed
6eefcf2
View commit details
Copy full SHA for 6eefcf2
View code at this point
Browse repository at this point
make sure that eRubyOneLiner cannot be extended over multiple lines
dkearns
committed
e4de02d
View commit details
Copy full SHA for e4de02d
View code at this point
Browse repository at this point
Commits on Aug 30, 2005
remove rubyIterator HiLink command line
dkearns
committed
ce6f3e4
View commit details
Copy full SHA for ce6f3e4
View code at this point
Browse repository at this point
Commits on Aug 27, 2005
fix regression in rubyOptDoBlock
dkearns
committed
cd0d6e0
View commit details
Copy full SHA for cd0d6e0
View code at this point
Browse repository at this point
fix typo in rubyBlockParameter pattern
dkearns
committed
89dd909
View commit details
Copy full SHA for 89dd909
View code at this point
Browse repository at this point
Commits on Aug 26, 2005
minor refinement of rubyBlockParameter syntax pattern
dkearns
committed
e272936
View commit details
Copy full SHA for e272936
View code at this point
Browse repository at this point
Commits on Aug 25, 2005
fix whitespace
dkearns
committed
9215aa8
View commit details
Copy full SHA for 9215aa8
View code at this point
Browse repository at this point
rename rubyIterator to rubyBlockParameter and match parameters in parentheses
dkearns
committed
66905bc
View commit details
Copy full SHA for 66905bc
View code at this point
Browse repository at this point
minor reorganisation of syntax documentation
dkearns
committed
9bb67b9
View commit details
Copy full SHA for 9bb67b9
View code at this point
Browse repository at this point
Commits on Aug 24, 2005
remove 'contains=rubyString' from the rubyInterpolation syntax group
dkearns
committed
b086570
View commit details
Copy full SHA for b086570
View code at this point
Browse repository at this point
Commits on Aug 18, 2005
explicitly match block arguments so that &keyword isn't highlighted
dkearns
committed
1587f13
View commit details
Copy full SHA for 1587f13
View code at this point
Browse repository at this point
improve highlighting of heredocs used as method arguments
dkearns
committed
abdd731
View commit details
Copy full SHA for abdd731
View code at this point
Browse repository at this point
Commits on Aug 17, 2005
improve highlighting of the optional 'do' in looping constructs
dkearns
committed
bfcc936
View commit details
Copy full SHA for bfcc936
View code at this point
Browse repository at this point
remove accidentally added 'keepend' from rubyOptDoBlock
dkearns
committed
29ab88d
View commit details
Copy full SHA for 29ab88d
View code at this point
Browse repository at this point
merge 'while|until' start patterns of rubyOptDoBlock syntax group
dkearns
committed
d239dcc
View commit details
Copy full SHA for d239dcc
View code at this point
Browse repository at this point
Commits on Aug 15, 2005
remove character offset 'hs' from the rubyOptDoBlock start match
dkearns
committed
7fa647d
View commit details
Copy full SHA for 7fa647d
View code at this point
Browse repository at this point
exclude leading whitespace from from the rubyOptDoBlock start patterns with \zs
dkearns
committed
81c653c
View commit details
Copy full SHA for 81c653c
View code at this point
Browse repository at this point
Commits on Aug 11, 2005
add syntax highlighting for eRuby files
dkearns
committed
0cce2bd
View commit details
Copy full SHA for 0cce2bd
View code at this point
Browse repository at this point
Commits on Aug 6, 2005
match rubyConstant and rubyLocalVariableOrMethod with a leading word boundary
dkearns
committed
72e413c
View commit details
Copy full SHA for 72e413c
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL