RobTheFiveNine / obsidian-gdscript

Adds live GDScript syntax highlighting to code blocks in the Obsidian editor.
Mozilla Public License 2.0
18 stars 0 forks source link

Class names used after the `is` keyword are not treated as such #4

Open RobTheFiveNine opened 3 months ago

RobTheFiveNine commented 3 months ago

Example code to replicate the bug:

if some_item is SomeClassName or another_item is AnotherClassName:
    pass