language-stata icon indicating copy to clipboard operation
language-stata copied to clipboard

Syntax highlighting for Stata in Atom

Results 19 language-stata issues
Sort by recently updated
recently updated
newest added

I have a sql query in an odbc command that contains a stata macro. It seems that the sql language highlighter is getting hung up on the backtick and treating...

In substitutable expressions used for specifying models in various (nonlinear) estimation commands (eg., nl, nlsur, mlen, gmm), curly braces mark parameters and are legal stata code. The stata grammer of...

Thanks for your work, it helps me a lot when using Stata. I'm not familiar with Github, nor the computer programming. So, I wonder if you can update the "Stata-language"...

![image](https://user-images.githubusercontent.com/15164633/50648277-c80f0400-0f48-11e9-9cb4-73bd6e9ac92f.png)

This is not an issue but a tip / suggestion for something that could be added to the readme: Personally I really like how in RStudio (when working with rmarkdown)...

https://github.com/atom/flight-manual.atom.io/pull/114

### Context Posit (formerly RStudio) has released a new data science + statistics-focused IDE named [Positron](https://github.com/posit-dev/positron) that is built using [Code OSS](https://github.com/microsoft/vscode). Unfortunately, as Microsoft prohibits usages of the Microsoft...

I couldn't toggle line comments with // until I changed "comments": { "lineComment": ["//", "*"], "blockComment": ["/*", "*/"] } to "comments": { "lineComment": "//", "blockComment": ["/*", "*/"] } in language_config.json,...