osalvador / dbax-lite

PLSQL framework for MVC Web Development
https://dbax-project.com
GNU Lesser General Public License v3.0
9 stars 4 forks source link

DBAX view language support for visual studio code #5

Open bamontelucas opened 6 years ago

bamontelucas commented 6 years ago

Hi!

I usually store dbax views at file system and code them in Visual Studio Code, since it's syntax is not natively supported I created a language support extension:

Since it's based in tmLanguage format, it may be kind of easy to import to other editors such as TextMate and Sublime.

Extension page: https://marketplace.visualstudio.com/items?itemName=bamontelucas.dbax Git repo: https://github.com/bamontelucas/dbax-language

osalvador commented 6 years ago

hi @bamontelucas,

Great contribution, I'll include it in the documentation.

Thanks.