-
* [x] Put an X between the brackets on this line if you have done all of the following:
* Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-…
-
Thanks for your great plugin! How about using treesitter for `find` function in `augend.user` (add a new helper)? treesitter can return textrange for found node via https://neovim.io/doc/user/treesitt…
-
**Describe the bug**
As of recently, the first use of `smart_rename` within a NeoVim session has started emitting a deprecation warning:
```
nvim-treesitter.ts_utils.get_node_text is deprecated: …
-
Hi,
Thanks a lot for this package!
I wondered if it was possible to have a mode similar to flyspell-prog-mode to check grammars in source code comments, doc and strings.
-
Consider the following code:
```python3
text = """private void unlockMap(Player player) {
TowerData towerData = player.getTowerData();
if (!towerData.getClass().equals(TowerData.cl…
-
This would allow:
- to have a formal definition of the language
- to be able to automatically check all `.m2` files for correctness
- maybe open the way for better syntax highlighting in text edito…
-
We need to have an ADR describing the JSON format used to exchange BibTeX data via HTTP. Refs #67.
After digging more into alternatives for the JSON format, I ask to change our things send/received…
-
Hi!
The following code:
```julia
v = 1:10
for k in 1:10
v[begin + k - 1]
end
```
is not parsed correctly by the current grammar:
```
(assignment) ; [1:1 - 8]
(identifier) ; [1:…
-
Hello, thanks for this software. Really helps complete the pest cycle, and I have experience with tree-sitter tests, so it really is nice. So far has worked great.
Ran into this issue which gave od…
-
As title. I'm quite unsure how to do this..