GNU bug report logs -
#60105
[PATCH] Add yaml-ts-mode
Previous Next
Reported by: Randy Taylor <dev <at> rjt.dev>
Date: Thu, 15 Dec 2022 22:21:01 UTC
Severity: normal
Tags: patch
Done: Yuan Fu <casouri <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
>> The reason why I proposed a new customizable option is because
>> ruby-ts-mode provides an option ruby-ts-highlight-predefined-constants
>> that enables some rules in ruby-ts--font-lock-settings. But maybe
>> there is no way to avoid this fine-grained setting in ruby-ts-mode.
>
> But there is. What do you think about this change?
>
> @@ -202,9 +197,11 @@ ruby-ts--font-lock-settings
>
> :language language
> :feature 'builtin
> - `(((global_variable) @var (:match ,ruby-ts--predefined-variables @var)) @font-lock-builtin-face
> - ,@(when ruby-ts-highlight-predefined-constants
> - `(((constant) @var (:match ,ruby-ts--predefined-constants @var))
> @font-lock-builtin-face)))
> + `(((global_variable) @var (:match ,ruby-ts--predefined-variables @var)) @font-lock-builtin-face)
> +
> + :language language
> + :feature 'builtin-constant
> + `(((constant) @var (:match ,ruby-ts--predefined-constants @var)) @font-lock-builtin-face)
Look like this is a clear name.
This bug report was last modified 2 years and 135 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.