binding
Here are 559 public repositories matching this topic...
-
Updated
May 10, 2021 - Swift
-
Updated
Nov 10, 2020 - Java
-
Updated
May 14, 2021 - C++
-
Updated
Jun 18, 2021 - Go
-
Updated
Feb 5, 2021 - Swift
-
Updated
Jun 15, 2021 - Go
-
Updated
Mar 26, 2021 - Go
-
Updated
Apr 10, 2021 - Lua
-
Updated
Jun 1, 2021 - JavaScript
-
Updated
Jan 5, 2021 - Swift
-
Updated
Dec 9, 2020 - Swift
-
Updated
May 2, 2021 - C
-
Updated
Mar 21, 2021 - Swift
The below ruby code:
foo = 123Gives foo a face of tree-sitter-hl-face:function.method which isn't correct (it should be variable or similar). I poked around a bit and my guess would be the ((identifier) @function.method (#is-not? local)) highlight rule is matching too much suggesting the locals stuff isn't working (?).
I'm guessing it is an issue here vs tree-sitter-r
-
Updated
Apr 16, 2021 - C++
-
Updated
May 17, 2021 - Kotlin
As standard HTML tags can now (Issue #337) be styled using the styling DSL, we could consider to deprecate the box component, which is just a styled div!
// before 0.10
box({
// some styling DSL
}) {...}
// starting with 0.10. absolutly equivalent
div({
// some styling DSL
}) {...}-
Updated
Nov 23, 2017 - Java
-
Updated
Jun 6, 2021 - Nim
-
Updated
Mar 9, 2021 - Rust
Improve this page
Add a description, image, and links to the binding topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the binding topic, visit your repo's landing page and select "manage topics."
Just thinking that for the guide it would be nice to add a table to the
#[pyproto]section listing all the dunder methods that can be implemented and the protocols they are a part of (e.g.__int__->PyNumberProtocoletc.)