Komodo / KomodoEdit

Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
http://www.komodoide.com/komodo-edit
Other
2.15k stars 300 forks source link

Better MySQL syntax highlighting support #2634

Open th3coop opened 7 years ago

th3coop commented 7 years ago

Short Summary

We should review our MySQL syntax colouring to see if we can provide better support for it.

Additional Information

Reference: OTRS: 16140

Defman21 commented 7 years ago

I think you should hide the OTRS url and just leave the ID.

th3coop commented 7 years ago

Sure :)

Naatan commented 7 years ago

Note we currently only have SQL highlighting support, MySQL is a subset of SQL.

Defman21 commented 7 years ago

Does MySQL actually introduce something new to the SQL syntax/commands though?

Naatan commented 7 years ago

Not syntactically, but it has a lot of keywords and functions that Komodo ought to recognize and color.

Defman21 commented 7 years ago

Gotcha.