nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3] added Ruby '.rake' files to ruby.nanorc syntax


From: Benno Schulenberg
Subject: Re: [PATCH v3] added Ruby '.rake' files to ruby.nanorc syntax
Date: Fri, 29 Apr 2022 12:02:10 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0

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

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]