Hey everyone, Just wanted to check if there's any interest in including my little package in NonGNU ELPA: https://github.com/fargiolas/clangd-inactive-regions.el It's an eglot extension that listens to clangd inactiveRegions notifications and shades inactive code accordingly. It's useful to highlight disabled code sections in a LSP aware way, honoring current building options and defines. It started as little more than an experiment but I've been using it on the day job with a ifdef-heavy codebase and it has been serving me well for more than a year. Thought it could be useful to other people too. I'm not exactly an elisp expert, so feedback is very welcome! Cheers, Filippo