aMOPel

Results 25 comments of aMOPel

https://github.com/mklabs/vim-markdown-helpfile just use your readme

i didnt test it and it depends on npm and i dont want to install it now. but i mean its probably a simple parser and if it worked back...

Support for Vue would be highly appreciated.

This might go against the inner design or the philosophy, but from the standpoint of a parser author for a whitespace sensitive language, it would be great to have some...

So I tried around a little more and found a solution for ifExpr2: ```javascript _condStmt: $ => seq( $.expr, $._colcom, $._suite, optInd($, seq( // the optInd here is new repeat($.elifStmt),...

Probably due to a different issue, but I also noticed a bug, where the playground would not show an AST. The issue was, that there was this in the `grammar.js`:...

Interesting idea. I don't know how to make that work though. Have you read the [tree sitter docs on creating parsers](https://tree-sitter.github.io/tree-sitter/creating-parsers)? The `src/parser.c` is completely generated from the `grammer.js` file...

> 1. i am aware of editorconfig. it's a future plan (but not so soon) Great 👍 > 2\. this feature already exist in penvim and it's 100% secure: I...

> Curious to know if that helps you ``` ~/.local/share/nvim/site/pack/packer/start/neotest-jest $ git status HEAD detached at 3853b84 nothing to commit, working tree clean ``` `:lua require('neotest').run.run({env={NODE_ENV='test'}, jestConfigFile='./test/jest-e2e.json'})` in `test/app/app.e2e-spec.ts` still...

What you think about a command that opens just a terminal in the current workspace to run some quick code while editing. But the terminal is persistent, so that you...