jwortmann
jwortmann
I was thinking a little bit more about this, and now I wonder whether this is really the right approach for ignored files. While I assume that it could work...
Well, my main point was that having this API could potentially make things worse for not-ignored files, because the language server might get out of sync with the content of...
Just as a side note and in case you use a third-party software like https://github.com/ikas-mc/ContextMenuForWindows11 to add the context menu item manually; I recently created an icon that matches the...
I guess I can close this draft PR, because it doesn't seem to be very useful in general. I think the proper way to handle the underlying issue would be...
> It would be quite a massive change for LSP packages and existing users. (Where would we expose settings other then the ones from the `settings` object? How would we...
The same discussion was recently on the forum for Python, and I suggested that the PascalCase heuristic could be used to highlight identifiers as class name: https://forum.sublimetext.com/t/incorrect-syntax-with-python-for-none-type-hints/64640/12. There is already...
> I've used a `source` main scope This means that color schemes which have defined special highlighting rules for TeX/LaTeX (which seems quite possible because LaTeX isn't really comparable to...
Possible minimal fix: ```diff --- Shipped Packages/C++/C.sublime-syntax +++ Packages/C++/C.sublime-syntax @@ -85,7 +85,7 @@ scope: comment.line.banner.c captures: 1: meta.toc-list.banner.line.c - - match: // + - match: //[/!]? scope: punctuation.definition.comment.c push: -...
Yes, I put the exclamation mark there because it's one of the possible ways to write Doxygen comments in C-like languages, according to https://www.doxygen.nl/manual/docblocks.html#cppblock
This seems to be fixed now on master.