hh9527

Results 21 issues of hh9527

[WIT](https://github.com/WebAssembly/component-model/blob/main/design/mvp/WIT.md) An IDL for WebAssembly Component Model grammar: https://github.com/hh9527/tree-sitter-wit I have tested the grammar/query with helix.

C-enhancement
A-tree-sitter

Vim has this feature for many years. This feature is very useful for non-western document writing. for example, I use helix to edit a markdown file: ```md 这是一句中文 this is...

C-enhancement
A-helix-term

Is it possible to implement lexer over a segement input (E.g. RopeSlice) ? I found that there is a `Source` trait in `logos`, but I have no idea how to...

I want to test a http server with unix domain socket, how can I use it?

tokie support these options: `--output json`, `--output csv` it is very useful when integrating into workflow.

as https://github.com/nsf/termbox-go

I found xq use serde as its deserializer, so it is possible to support other format beside json (yaml for example). ```bash cat a.yaml | xq --fmt yaml cat b.data...

I am looking for a rope-like implementation to work with a lsp-server, and found this project. in lsp spec, span/range is defined by (line, cols), is there any plan to...

``` = note: "C:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\VC\\bin\\amd64\\link.exe" "/LIBPATH:C:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\VC\\lib\\amd64" "/LIBPATH:C:\\Program Files (x86)\\Windows Kits\\8.1\\lib\\winv6.3\\um\\x64" "/NOLOGO" "/NXCOMPAT" "/LIBPATH:C:\\Pr ogram Files\\Rust nightly MSVC 1.14\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib" "d:\\dws\\r\\rinja\\target\\debug\\rinja.0.o" "/OUT:d:\\dws\\r\\ rinja\\target\\debug\\rinja.exe"...

stolen from https://github.com/spacejam/rust-rocksdb/blob/master/rocksdb-sys/build.rs