-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support # in ocaml #18
Comments
NickCao
pushed a commit
to NickCao/difftastic
that referenced
this issue
Jan 25, 2022
Simplify scanner and tweak for better error recovery
Wilfred
pushed a commit
that referenced
this issue
Feb 3, 2022
* Update package.json URLs * Make README branch agnostic
jbr
pushed a commit
to jbr/difftastic
that referenced
this issue
Mar 30, 2022
closes Wilfred#17 This refactor brings this grammar more in line with tree-sitter-rust. A function or type declaration may have a visibility modifier ("pub") and type declarations may also have an opacity modifier ("opaque"). This ends up reducing the number of named rules, which cleans up the queries a bit.
Wilfred
pushed a commit
that referenced
this issue
Mar 30, 2022
This test case no longer passes with a fresh build of the parser. Need to investigate.
Wilfred
pushed a commit
that referenced
this issue
Apr 15, 2022
Wilfred
pushed a commit
that referenced
this issue
Apr 17, 2022
* add tags.scm queries * mark defimpl modules as references to the interface * mark modules as module references instead of calls * define protocol modules as modules, remove interface references
ido77778
pushed a commit
to ido77778/difftastic
that referenced
this issue
May 3, 2022
* Name intermediate rules for semgrep * add missing $. characters Co-authored-by: Joran Honig <joran.honig@gmail.com>
gurjeet
pushed a commit
to gurjeet/difftastic
that referenced
this issue
Sep 20, 2022
Thecentury
pushed a commit
to Thecentury/difftastic
that referenced
this issue
Jan 27, 2024
* added `downto` as node type * oops forgot parser
Duologic
added a commit
to Duologic/difftastic
that referenced
this issue
Mar 22, 2024
* refactor: replace (expr) with more specific names * chore: make generate * feat: add/improve queries * docs: add syntax.jsonnet example
novusnota
added a commit
to novusnota-forks/difftastic
that referenced
this issue
Aug 25, 2024
* fix: Make Tree-sitter queries conform to standard * feat: escape_sequence in highlighting queries of Helix and Neovim * fix: Narrow the available escape options to match Ohm grammar
KyleKincer
pushed a commit
to KyleKincer/difftastic
that referenced
this issue
Oct 25, 2024
KyleKincer
pushed a commit
to KyleKincer/difftastic
that referenced
this issue
Oct 25, 2024
KyleKincer
pushed a commit
to KyleKincer/difftastic
that referenced
this issue
Oct 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: