nathanhoad / godot_dialogue_manager

A powerful nonlinear dialogue system for Godot
MIT License
2.04k stars 161 forks source link

Fix incorrect syntax highlighting on 'using' keyword #613

Closed LnxPaw closed 1 month ago

LnxPaw commented 1 month ago

This PR fixes an issue where the syntax highlighter highlights all istances of the "using" string in the dialogue files. The issue is demonstrated in the screenshot below:

image