@frlan Christmas ;-)

This is a work-in-progress Nix lexer I plan to submit to Lexilla but I'd like some feedback from @frlan as he's the most proficient Nix user around. Things should mostly work, I'm just aware of a problem regarding folding when a block ends and is followed by a multiline string on the same line:

{
    key = value;
} ''
    something
''

This is something I have to ask Neil how to handle the best way.

Otherwise I'm not aware of any other issues and I'm interested in any problems that appear. Especially if strings, escaping, and string interpolations work as expected and in general if the highlighting seems correct or something is missing.

Also, for now, the config file doesn't contain correct build commands - @frlan eventually this is something I'll need from you for Geany.


You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany/pull/3954

Commit Summary

File Changes

(14 files)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3954@github.com>