Re: [PATCH v3] added Ruby '.rake' files to ruby.nanorc syntax
Benno Schulenberg <[email protected]>
| Newsgroups | gmane.editors.nano.devel |
|---|---|
| Message-ID | <[email protected]> |
Op 29-04-2022 om 03:59 schreef anelki: > Rake is a ruby utility with similar functionality to 'make,' enumerating > various building/testing/running tasks. These files are written in Ruby and > thus compatible with the current 'ruby.nanorc' file. A URL that documents these rakes? So that I can check what you're saying and for future reference. >> +syntax ruby "(\.rb|\.rake|Rakefile)$" This would also match things like 'somepath/fooRakefile', which does not seem right. I think the intention is to match only files that are named exactly 'Rakefile', nothing more, nothing less? Like this: syntax ruby "(\.rb|\.rake|/Rakefile)$" Benno
OpenPGP_signature
(application/pgp-signature, 840 B) - not displayed