[Bug 928436] Re: needs actionscript syntax highlighting

2012-08-07 Thread pi-rho
** Changed in: vim (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/928436 Title: needs actionscript syntax highlighting To manage notifications about this bug g

[Bug 928436] Re: needs actionscript syntax highlighting

2012-06-03 Thread pi-rho
Right, but you're asking a distribution to modify a software package developed by a third party. Requests like that should go to the developer (http://www.vim.org). Adding a filetype and associated syntax, plugins, etc. in your home .vim directory are very common. There are solutions to make the

Re: [Bug 928436] Re: needs actionscript syntax highlighting

2012-06-03 Thread saurabh
Yes, this is a per-user fix to this problem. However, it means every user on the system has to do this, and every time you install on a new system you have to update this fix. Why not just include actionscript support? It's a widely used language, certainly more widely-used than Atlas. On Sun, Jun

[Bug 928436] Re: needs actionscript syntax highlighting

2012-06-03 Thread pi-rho
create ~/.vim/ftdetect/as.vim with the following content: augroup FileTypeDetect au BufRead *.as set filetype=actionscript augroup END and place the syntax that you referenced at: ~/.vim/syntax/actionscript.vim (reference :help new-filetype) -- You received this bug noti

[Bug 928436] Re: needs actionscript syntax highlighting

2012-02-07 Thread saurabh
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/928436 Title: needs actionscript syntax highlighting To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vim/+bug/92