slatex / sTeX-IDE

GNU General Public License v3.0
0 stars 0 forks source link

linter does not pick up \inlineass[name= #39

Closed kohlhase closed 11 months ago

kohlhase commented 11 months ago

in e.g. smglom/functional-analysis/source/mod/inner-product-space.en.tex:

Screenshot 2023-10-29 at 07 36 42

what is worse, it even seems to mess with perfectly good \definames (in the last line of smglom/logic/source/mod/derivation-relation.en.tex:)

Screenshot 2023-10-29 at 07 47 01
Jazzpirate commented 11 months ago

I don't understand the problem...? Clearly the \inlineasses are being picked up on, given that they're all semantically highlighted?

what is worse, it even seems to mess with perfectly good \definames

I don't understand what's being messed with here either...

Note however that [name=... declares a new symbol by that name, since I see both \symdecl*{conjugate symmetry} and \inlineass[name=conjugate symmetry] in the first screenshot, where the latter overrides the former

kohlhase commented 11 months ago

OK, probably my fault.