Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95639 - Request for eruby-syntax
Summary: Request for eruby-syntax
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-10 00:33 UTC by unlord
Modified: 2005-06-11 16:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
eruby.vim (eruby.vim,1.09 KB, text/plain)
2005-06-10 00:37 UTC, unlord
Details
vim-core-6.3.068-add-missing-eruby-syntax.diff (vim-core-6.3.068-add-missing-eruby-syntax.diff,333 bytes, text/plain)
2005-06-10 00:43 UTC, unlord
Details

Note You need to log in before you can comment on or make changes to this bug.
Description unlord 2005-06-10 00:33:36 UTC
The current version of vim is missing syntax highlighting for eruby files.  The
current syntax file for eruby can be found here:

http://www.vim.org/scripts/script.php?script_id=403

The file eruby.vim should be added to either the vim63/syntax/ or to the
vimfiles/syntax/ directory.  In addition, the following line needs to be added
to filetype.vim

au BufNewFile,BufRead *.rhtml setf eruby

I will create a patch and attach it.

Reproducible: Always
Steps to Reproduce:
Comment 1 unlord 2005-06-10 00:37:28 UTC
Created attachment 60970 [details]
eruby.vim
Comment 2 unlord 2005-06-10 00:43:26 UTC
Created attachment 60971 [details]
vim-core-6.3.068-add-missing-eruby-syntax.diff
Comment 3 Ryan Phillips (RETIRED) gentoo-dev 2005-06-10 14:57:48 UTC
The best solution is to create a eruby-syntax ebuild and plop it into the
app-vim/category
Comment 4 Aaron Walker (RETIRED) gentoo-dev 2005-06-11 16:51:14 UTC
In CVS.  Will do a new version of extra-syntax in a few which will include this
package as well as dhcpd-syntax, which Ciaran added not to long ago.

Thanks for the bug.