-
Updated
Mar 26, 2022 - Rust
tree-sitter
Here are 271 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
It would be nice to use the new indentation features like @aligned_indent
etc. to indent query files.
Describe the solution you'd like
queries/query/indents.scm
should be added.
Describe alternatives you've considered
Use native lispindent
Additional context
N/A
Tree-sitter states that it has "fairly complete" support for 34 languages with 12 more in development.
Right now this project states its support for 11 languages. Is there a way we can increase this number?
-
Updated
Mar 5, 2022 - Emacs Lisp
-
Updated
Mar 29, 2022 - Scheme
-
Updated
Mar 27, 2022 - Lua
-
Updated
Feb 10, 2022 - Lua
-
Updated
Mar 18, 2022 - Lua
-
Updated
Mar 30, 2022 - Lua
-
Updated
Mar 5, 2022 - Rust
-
Updated
Dec 8, 2021 - Nim
Here, the only word that should be marked is exampl
:
\begin{titlingpage}
\textbf{This is an exampl:} \cite{somecitation}
\end{titlingpage}
-
Updated
Mar 14, 2022 - C
Add more languages
Either add on to existing queries or add support for new languages. Relevant queries can be found using playground. See existing queries for examples (Rust is a good example).
-
Updated
Mar 30, 2022 - Lua
-
Updated
Feb 21, 2022 - Lua
-
Updated
Mar 7, 2022 - Scheme
(Elisp)-tree-sitter represents sections of the code it cannot parse as ERROR
symbol tokens. Currently the parser will fail as if a transformation is invalid if any ERROR
tokens are present. Instead, we should check if the tokens in an operation contain ERROR
, and alert the user that their code is malformed if so.
-
Updated
Dec 20, 2021 - Lua
-
Updated
Feb 13, 2022 - TypeScript
-
Updated
Jan 18, 2022 - Lua
-
Updated
Mar 9, 2022 - Ruby
Improve this page
Add a description, image, and links to the tree-sitter topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tree-sitter topic, visit your repo's landing page and select "manage topics."
The -x (--proxy) flag in curl allows you to set the proxy. Can we add the ability to convert a curl request with a proxy flag to NodeJS