-
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
Compare with colordiff #3
Comments
Wilfred
pushed a commit
that referenced
this issue
Aug 15, 2021
Add property sheet for syntax highlighting
Wilfred
pushed a commit
that referenced
this issue
Sep 18, 2021
Add c++17 structured binding declarations
Wilfred
pushed a commit
that referenced
this issue
Nov 27, 2021
Wilfred
pushed a commit
that referenced
this issue
Dec 29, 2021
Wilfred
pushed a commit
that referenced
this issue
Feb 3, 2022
I tried publshing tree-sitter-hack to npm but kept getting timeouts with no clear error messaging. ``` npm http fetch PUT 503 https://registry.npmjs.org/tree-sitter-hack 104547ms attempt #3 npm verb stack Error: 503 Service Unavailable - PUT https://registry.npmjs.org/tree-sitter-hack - Service Unavailable ``` I emailed npm support and got word that the word "hack" isn't allowed in their reistry. > Unfortunately, the word "hack" triggers our spam detection and can't > be used in package names. We recommend choosing other keywords that > highlight your package's functionality.
igorclark
pushed a commit
to igorclark/difftastic
that referenced
this issue
Mar 28, 2022
For some reason, the previously generated WASM file doesn't load in current versions of Firefox or Chromium. The error in the console says: > LinkError: WebAssembly.instantiate(): Import Wilfred#3 module="env" function="__indirect_function_table" error: table import requires a WebAssembly.Table This version does work and has been generated in the "usual" way (make publish), the only difference seems to be a minor newer version of tree-sitter (0.17.1 vs 0.17.3) 🤷
jbr
pushed a commit
to jbr/difftastic
that referenced
this issue
Mar 30, 2022
ap-nri
pushed a commit
to ap-nri/difftastic
that referenced
this issue
Apr 1, 2022
Pin travis to node 11
Wilfred
pushed a commit
that referenced
this issue
Apr 14, 2022
Wilfred
pushed a commit
that referenced
this issue
Apr 15, 2022
Input: (each `·` indicates a whitespace) ```toml valid·=·1979-05-27· ``` Output: ``` # before (file (ERROR (key))) # after (file (pair (key) (local_date))) ```
Xuanwo
pushed a commit
to Xuanwo/difftastic
that referenced
this issue
Apr 22, 2022
WIP add heredoc templates; only EOF marker at the moment
ido77778
pushed a commit
to ido77778/difftastic
that referenced
this issue
May 3, 2022
…cute-test-suite Create node.js.yml
benmanns
pushed a commit
to benmanns/difftastic
that referenced
this issue
Jul 1, 2022
Fix bugs found during fuzzing
Wilfred
pushed a commit
that referenced
this issue
Jul 11, 2022
Use lowercase sql in bindings. Closes: #1
gurjeet
pushed a commit
to gurjeet/difftastic
that referenced
this issue
Sep 20, 2022
Wilfred
pushed a commit
that referenced
this issue
Jan 26, 2023
Add a basic gitignore file (based on other tree-sitter-* projects)
grunweg
pushed a commit
to grunweg/difftastic
that referenced
this issue
May 5, 2023
FoamScience
added a commit
to FoamScience/difftastic
that referenced
this issue
Jun 26, 2023
Pure C scanner for identifiers
Wilfred
pushed a commit
that referenced
this issue
Sep 9, 2023
brneor
pushed a commit
to brneor/difftastic
that referenced
this issue
Sep 20, 2023
Reverts this first regenerate run to avoid conflicts with Wilfred#2, which also regenerates.
Thecentury
pushed a commit
to Thecentury/difftastic
that referenced
this issue
Jan 27, 2024
gcr
pushed a commit
to gcr/difftastic-nim
that referenced
this issue
Jan 31, 2024
Follow up to 5976424
blmaier
pushed a commit
to blmaier/difftastic
that referenced
this issue
Feb 13, 2024
Define comment syntax rule ahead of node identifier
ewen-lbh
pushed a commit
to ewen-lbh/difftastic
that referenced
this issue
May 30, 2024
build: auto-publish
KyleKincer
pushed a commit
to KyleKincer/difftastic
that referenced
this issue
Oct 25, 2024
…sh-4.17.19 Bump lodash from 4.17.15 to 4.17.19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
colordiff has a lovely feature where it dims out unchanged text, if any has changed.
The text was updated successfully, but these errors were encountered: