You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
+Created a custom syntax tokenizer for Hlsl Highlighter. The vanilla tokenizer does a greedy match, which can lead to cases like "FloatA" to be tokenized as "Float" and "A". The new tokenizer is more specific about when to check for a match +Added ISyntaxTokenizer to be used as a based class for all syntax tokenizers #jira UE-144112 #rb Halfdan.Ingvarsson #fyi Jamie.Dale #preflight skip [CL 19380707 by jack cai in ue5-main branch]