> these intrinsic variables/methods should be conditional to module imports,
The code doing highlighting is called lexers because they are just that, pure syntax, no semantics is available, so no knowledge of what is imported. Its just whats in the lists. There are some experiments with various LSPs (C/C++, Go, Python, not Fortran, remember what I said above about no devs using it) which replace the lexers for some things, but not basic syntax. But its not merged yet and it doesn't replace the Lexers. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3656#issuecomment-1952141803 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/3656/[email protected]>
