Open-Turing-Project / OpenTuring

An open source version of the Windows Turing interpreter. Features speed improvements and new features.
http://tristan.hume.ca/openturing
Other
73 stars 41 forks source link

Syntax highlighting for hashmaps and other new features #17

Closed ghost closed 12 years ago

ghost commented 12 years ago

hashmaps calls are blue and not black.

trishume commented 12 years ago

The main challenge with this is finding the keywords in the code. Once the area of the code where keywords are defined is found, this is easy.

trishume commented 12 years ago

found it. Now just testing.

trishume commented 12 years ago

fixed in dev branch