[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#71874: 30.0.60; [PATCH] Fontify doxygen comments in c-ts-mode,c++-ts
From: |
Vincenzo Pupillo |
Subject: |
bug#71874: 30.0.60; [PATCH] Fontify doxygen comments in c-ts-mode,c++-ts-mode and java-ts-mode |
Date: |
Mon, 01 Jul 2024 12:48:33 +0200 |
Ciao,
This patch adds support for comment fontification using the doxygen parser:
https://github.com/tree-sitter-grammars/tree-sitter-doxygen
This is the same parser used by nvim treesitter and seems to be quite stable.
The attached screenshot shows the result.
This patch also works with emacs 31.
Thanks.
Vincenzo
0001-Fontify-doxygen-support-to-c-ts-mode-c-ts-mode-and-j.patch
Description: Text Data
- bug#71874: 30.0.60; [PATCH] Fontify doxygen comments in c-ts-mode,c++-ts-mode and java-ts-mode,
Vincenzo Pupillo <=