Adding Hive syntax highlighting.
Hive is a query language extremely similar to SQL. It could be fairly straightforward to hack the SQL syntax highlighting to work for Hive. My questions: is there a way to get the source for SQL syntax highlighting anywhere as I might take a stab at adding Hive plug-in support?
请先登录再写评论。
There are some issues with SQL used for HQL files (i.e. comments matching in SQL should not be applied in the case of command line that can be executed in hive)
In order to address that I've forked the repo from above and pushed it to repo here:
https://github.com/bojanbabic/hql.tmbundle
@gbabun does this tool also checks syntaxes ? Seems like not.