PJB3005 / atomic-dreams

Atom port of the Sublime Dreams package for Sublime.
MIT License
4 stars 1 forks source link

&& not picking up syntax coloring in this specific circumstance #1

Closed gbasood closed 8 years ago

gbasood commented 8 years ago
if(!cure_present && prob(stage_prob) && age > stage_minimum_age) //now the disease shouldn't get back up to stage 4 in no time

Even github syntax seems to reproduce this https://github.com/gbasood/vgstation13/blob/d8e3c2d9b32d521868b1abd9ccace704e6536722/code/datums/disease.dm#L68

PJB3005 commented 8 years ago

Operators actually need word bounds around them, I should remove that though since it's a dumb rule.

PJB3005 commented 8 years ago

Fixed