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

Dear @kylebarron , thank you for this amazing repo. I was wondering if it is possible to add new key words, say to highlight user-written commands, or new commands released...

this has never been an issue in my code and my programs run fine with -tempfile- lines that have these type of comments

I'm having this issue in vscode: ![CS-PeaNTd0l](https://user-images.githubusercontent.com/33796896/195467063-61fd1be5-469a-4793-ab89-20ac6e3c9c26.png) https://www.stata.com/manuals/tablescollectstars.pdf my theme: https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme I'm using Stata 17 Version: 1.72.1 Commit: 129500ee4c8ab7263461ffe327268ba56b9f210d Date: 2022-10-10T17:23:16.506Z Electron: 19.0.17 Chromium: 102.0.5005.167 Node.js: 16.14.2 V8: 10.2.154.15-electron.0 OS:...

Adds Python Syntax highlighting for python code blocks (does not support single-line statements)

I have a large do file that is 12,000 lines long (404 KB). Atom handles the file fine if it is loaded with plain text grammar. However, enabling language-stata and...

I have noticed that the sequence * // always results in strikethrough syntax highlighting. E.g.: `format %9.2f _est* // set this to round the output of the odds ratio and...

I haven't been able to install the language-stata in ATOM. When I try to install it I get the following message: ![image](https://user-images.githubusercontent.com/79174739/108138552-0907fb00-7073-11eb-9c34-a98adf6168b0.png) 1. ... 2. ... **Atom**: 1.54.0 x64 **Electron**:...

I use the `code-runner` and `rundo.exe` in the vscode, also installed the `stata enhanced` package, just only have syntax highlighting, no syntax autocompletion and variable searching.

![image](https://user-images.githubusercontent.com/15164633/44122833-99babd84-9ff3-11e8-9fdf-10efef1ccc80.png)

I have issues with functions inside functions. Here's an example: ![image](https://user-images.githubusercontent.com/585071/89947467-b8a27300-dbe1-11ea-9340-8f665c13654b.png) Is this behavior intentional?