Skip to content
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 := and ! in ocaml #20

Closed
Wilfred opened this issue Jul 19, 2021 · 0 comments
Closed

Support := and ! in ocaml #20

Wilfred opened this issue Jul 19, 2021 · 0 comments

Comments

@Wilfred
Copy link
Owner

Wilfred commented Jul 19, 2021

No description provided.

Wilfred pushed a commit that referenced this issue Sep 6, 2021
add unused_identifier and special_identifier
Wilfred pushed a commit that referenced this issue Nov 20, 2021
jbr pushed a commit to jbr/difftastic that referenced this issue Mar 30, 2022
* parse top-level expressions

This change allows the parser to return valid nodes for expressions
on the "top-level" of a document.

Here "top-level" is read as "not within a function." This is actually
invalid Gleam code: for example, you cannot write a `case/2` statement
outside of a function body. This is desirable for the tree-sitter
parser, though, because the parser will end up being used in flexible
situations, such as one-off highlights in fenced markdown blocks, e.g.:

    ```gleam
    <<code:int-size(8)-unit(2), reason:utf8>>
    ```

Which is a common usage in an editor, or on GitHub.

* remove test cases for invalid syntax
Wilfred pushed a commit that referenced this issue Apr 9, 2022
Add syntax highlighting queries
Wilfred pushed a commit that referenced this issue Apr 15, 2022
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
Wilfred pushed a commit that referenced this issue Jul 11, 2022
Co-authored-by: Simon Willshire <me@simonwillshire.com>
grunweg pushed a commit to grunweg/difftastic that referenced this issue May 5, 2023
Add language detection for tex files.
Thecentury pushed a commit to Thecentury/difftastic that referenced this issue Jan 27, 2024
* change for-in-to expression to expression_inner

* add test for for-expressions
gcr pushed a commit to gcr/difftastic-nim that referenced this issue Jan 31, 2024
update metadata and readme for 0.0.2
bernhard-herzog pushed a commit to bernhard-herzog/difftastic that referenced this issue May 2, 2024
Bring identifiers regex pattern in accordance with PS spec
bernhard-herzog pushed a commit to bernhard-herzog/difftastic that referenced this issue May 2, 2024
* Update queries to 0.21.0

* Format remaining queries

* Run codegen on 0.21.0

* Fix missing scanner include for Go bindings

* Fix casing in `bindings/rust/lib.rs`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant