-
### Did you check existing issues?
- [X] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser
- [X] I have searched the…
-
What do you think about using either [`insta` ](https://crates.io/crates/insta), see examples:
- https://github.com/dtolnay/syn/blob/a777cff00528f270b43f40b0a58c5c26fc85a2bd/tests/test_parse_quote.rs…
39555 updated
2 weeks ago
-
[emacs-tree-sitter](https://github.com/ubolonton/emacs-tree-sitter) works by using tree-sitter grammar files to incrementally do syntax highlighting. It also has a support for php using [php-grammar](…
Gleek updated
5 months ago
-
I've finished the npm package containing the syntax definition patches as scraped from all CSS specifications.
https://github.com/csstools/postcss-plugins/tree/main/packages/css-syntax-patches-for-c…
-
https://www.raspberrypi.com/documentation/computers/configuration.html#device-trees-overlays-and-parameters
To reproduce:
1. Make a fresh install of Raspberry Pi OS Lite 64 bit
2. `sudo apt ins…
-
Hello, I have a few questions about this repo
- This repo does not provide bindings to tree-sitter right? Only a way of generating OCaml parsers from a tree-sitter syntax?
- Is there a way to extrac…
-
Hi! Just switched our project over from `pyright` as the reference finding was massively superior.
However, just ran into this issue and not sure what the fix is.
I'm using this with [pandas](ht…
-
- [X] `Result` #42
- [ ] `Array` #27
- binary tree for `O(log n)` access
- [x] `List` #46
- linked queue for `O(1)` concat
- literal syntax exists; need method support
- ...?
-
**Describe the bug**
erl_syntax:set_pos/2 or erl_syntax:revert/1 is not works as expected
```erlang
Node = {atom, 20, a}.
Node1 = erl_syntax:revert(erl_syntax:set_pos(Node, 10)).
?assertEqual({at…
-
The `go_deps` extension has a mechanism for having different default arguments for the underlying `go_repository` command. Currently there are overrides for `build_directives`, `build_extra_args`, and…