language-oracle
language-oracle copied to clipboard
Language spec for Atom converted from TextMate bundle
On large package body Atom will freeze on loading a file. If I disable language-plsql (tried 1.5-1.6.2) the file loads fine. Also tested using language-sql and the file loads fine.
Suggest replace the current regex match for `collect` with `(bulk\s+)?collect`
 SQL dev: 
After a certain point, the list of arguments stops getting highlighted.   This is an e.g. argument list for view columns. I don't think this is specific to this...
Reported in #36  Need to try a few different scenarios and a few different syntaxes to see the behaviour. Also, a recent change added function matching to generic function...
There are still some missing ...    
As originally reported in https://github.com/OraOpenSource/language-oracle/issues/31#issuecomment-273057604
Initially based on [this discussion](https://github.com/OraOpenSource/language-oracle/commit/ca5c05c3863a739e21325fc27d42d3e01c815372#commitcomment-14261255) Instead of manually generating the information for oracle packages and their methods we can generate them dynamically. @tschf pointed out that some of the procedures...
Linguist is the repo that maintains what language code files hosted on GitHub are. Currently it references the text mate bundle this repo was based off, as the syntaxes expand...