SWQL Studio only has basic keyword highlighting. "DESC" turns blue because you can use it in an ORDER BY clause, like "SELECT Caption FROM Orion.Nodes ORDER BY Caption DESC" to get node captions in reverse alphabetical order.
To find out the properties of Orion.Nodes, you can use a query like this:
SELECT Name, Type
FROM Metadata.Property
WHERE EntityName='Orion.Nodes'