[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#67554: Acknowledgement ([PATCH] Improve font-lock in lua-ts-mode)
From: |
john muhl |
Subject: |
bug#67554: Acknowledgement ([PATCH] Improve font-lock in lua-ts-mode) |
Date: |
Sat, 02 Dec 2023 08:08:16 -0600 |
Eli Zaretskii <eliz@gnu.org> writes:
>> Date: Thu, 30 Nov 2023 18:34:59 -0600
>> From: john muhl via "Bug reports for GNU Emacs,
>> the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>>
>>
>> >From 5a87b7b231a384c7035e75105bc173fc05f38336 Mon Sep 17 00:00:00 2001
>> From: john muhl <jm@pub.pink>
>> Date: Tue, 14 Nov 2023 16:25:43 -0600
>> Subject: [PATCH] Improve font-locking in lua-ts-mode (bug#67554)
>>
>> * lisp/progmodes/lua-ts-mode.el (lua-ts-mode): Move property
>> highlighting to level 4.
>> (lua-ts--keywords): Remove `true', `false' and `nil' from
>> keywords.
>> (lua-ts--font-lock-settings): Highlight assignments, functions
>> and labels in more places. Distinguish comment delimiters.
>> (lua-ts--comment-font-lock): New function.
>
> Thanks, pushed to the master branch (with a couple of minor
> adjustments), and closing the bug.
Thanks for the help. The missing period in the doc string was
inherited from ruby-ts-mode if you wanted to fix the same thing
there (line 200). Or I could send a patch if that is somehow
less work for you.