hinell
hinell
```js precedences: ($, originalGrammar) => originalGrammar.concat([ // ... ]) ``` For those curious where `originalGrammar` comes from, look here for the code (it's self explanatory): https://github.com/tree-sitter/tree-sitter/blob/0ff28346be3d27f935d7cde8bbdf6b621c268e1a/cli/src/generate/dsl.js#L280-L287
Wonder why this one wasn't merged. Nice PR. Many projects are underdocumented.
One can obtain current file name by using `expand("%:p")` builtin. Then, when copied into a register (clipboard) you can copy it via commandline terminal: ```vim " In vim commandline :echo...
> > But it could save on a tmp file > > That is a viable solution. @alex-courtis You are better to keep track of a file path, rather than...
Would be nice to have a description of the plugin lifecycle! Thanks!
I think this should be more like a project long-term milestone.
@hrsh7th That's fine. If you are interested, you can use something like graphviz to quickly sketch-up a diagram architecture of your project. >If this repository doesn't tell you either, I...
@milanglacier Well, there is no ciriticism actually. This is rather a feature request. Underdocumented code, without any hints is hard to document because I can't know the architecture in first...
Nice feature. Please merge.
@LostNeophyte I would rather name the `disable =` like `run` or `apply`. Just to avoid confusion.