bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#60260: 29.0.60; c-ts-mode and highlight-indent-guides


From: Stefan Kangas
Subject: bug#60260: 29.0.60; c-ts-mode and highlight-indent-guides
Date: Sun, 3 Sep 2023 02:40:38 -0700

tags 60260 - moreinfo
tags 60260 + notabug
thanks

Eli Zaretskii <eliz@gnu.org> writes:

>> From: "Aneesh Kumar K.V" <aneesh.kumar@linux.ibm.com>
>> Date: Thu, 22 Dec 2022 19:52:33 +0530
>>
>>
>> With cc-mode I can use highlight-indent-guides correctly. But with
>> c-ts-mode (tree-sitter) it doesn't show the indent markers/character. I am 
>> using
>>
>> (add-to-list 'major-mode-remap-alist '(c-mode . c-ts-mode))
>> (add-hook 'prog-mode-hook #'highlight-indent-guides-mode)
>> (set-face-foreground 'highlight-indent-guides-character-face "dimgrey")
>>       (setq highlight-indent-guides-auto-enabled nil)
>>       (setq highlight-indent-guides-method 'character))
>
> AFAIK, highlight-indent-guides is not an Emacs or ELPA package, so I
> suggest that you report this to the developers of
> highlight-indent-guides.

Yes, there isn't much we can do here, unfortunately.  I believe
highlight-indent-guides is developed here:

    https://github.com/DarthFennec/highlight-indent-guides

I'm therefore closing this bug report.





reply via email to

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