Commit Graph

9492 Commits (12bc7f7de4bfd4265225ec0142b71d273ec7671f)
 

Author SHA1 Message Date
Wilfred Hughes 12bc7f7de4 Tweak readme wording 2022-04-14 21:46:51 +07:00
Wilfred Hughes 18b1204b3a Rename Getting Started to Installation in the manual 2022-04-14 21:26:36 +07:00
Wilfred Hughes 6b24e28c28 Add support for TOML 2022-04-14 21:21:36 +07:00
Wilfred Hughes b9aa884d0a Add 'vendor/tree-sitter-toml/' from commit '8bd2056818b21860e3d756b5a58c4f6e05fb744e'
git-subtree-dir: vendor/tree-sitter-toml
git-subtree-mainline: 8a1484289f
git-subtree-split: 8bd2056818
2022-04-14 20:03:45 +07:00
Wilfred Hughes 8a1484289f cargo fmt 2022-04-14 18:46:16 +07:00
Wilfred Hughes 1a93162740 Fix block sclars in YAML 2022-04-14 18:45:48 +07:00
Wilfred Hughes 47fe0cfc42 Add some more common keyword-ish capture names for highlighters 2022-04-14 00:40:09 +07:00
Wilfred Hughes b3872e6513 Add syntax highlighting and regression test for Kotlin 2022-04-14 00:38:44 +07:00
Wilfred Hughes 059fc824ff Add Kotlin support
Closes #220
2022-04-14 00:21:29 +07:00
Wilfred Hughes 600a4fb039 Add 'vendor/tree-sitter-kotlin/' from commit 'a4f71eb9b8c9b19ded3e0e9470be4b1b77c2b569'
git-subtree-dir: vendor/tree-sitter-kotlin
git-subtree-mainline: cbd93bc2ea
git-subtree-split: a4f71eb9b8
2022-04-14 00:05:02 +07:00
Wilfred Hughes cbd93bc2ea Update output examples for --dump-ts 2022-04-14 00:02:22 +07:00
Wilfred Hughes 92b3c6e932 Use clap's built-in env var feature
Fixes #239
2022-04-12 23:57:20 +07:00
Wilfred Hughes cf2a8544d0 Separate usage from installation in manual
Also document language overriding.
2022-04-10 16:18:19 +07:00
Wilfred Hughes 8dd639d4d4 Mention GitHub releases in manual 2022-04-10 16:09:28 +07:00
Wilfred Hughes db9ab874d8 Roll version 2022-04-10 16:00:31 +07:00
Wilfred Hughes f496da2d1e Difftastic is now available as GitHub releases
Closes #193
2022-04-10 15:58:42 +07:00
Wilfred Hughes 2a28bf6d54 Roll version to exercise release again 2022-04-10 15:39:25 +07:00
Wilfred Hughes 167bd65c15 cargo publish is now done by GitHub action 2022-04-10 15:39:02 +07:00
Wilfred Hughes 6a566b33f5 Use the same Rust version for release 2022-04-10 15:38:49 +07:00
Wilfred Hughes 43c50ae1bb Publish to crates.io from GitHub action too 2022-04-10 13:07:03 +07:00
Wilfred Hughes a43adb2f4b Document build fixes in 0.26.2 2022-04-10 13:00:14 +07:00
Wilfred Hughes a0ac25c69f Clarify action name 2022-04-10 12:54:24 +07:00
Wilfred Hughes 7a17daa64b Merge commit '99a2182dbe68dce338771ca673fccd14094719b0' 2022-04-10 12:51:52 +07:00
Wilfred Hughes 99a2182dbe Revert "scanner: use the same lookahead type throughout"
This reverts commit 734a4ccaed.
2022-04-10 12:51:15 +07:00
Wilfred Hughes c1bc2b6ad0 Test on all of Linux, Mac and Windows 2022-04-10 12:41:36 +07:00
Wilfred Hughes 18126be646 Next release will be 0.26.2 2022-04-10 12:41:22 +07:00
Wilfred Hughes 890c28a5ac Update changelog for 0.26.1 2022-04-10 12:39:15 +07:00
Wilfred Hughes 10cd0d45b0 Next release will be 0.26.1 2022-04-10 12:25:54 +07:00
Wilfred Hughes 5b56bbbc3c Skip changelog parsing for now 2022-04-10 12:23:59 +07:00
Wilfred Hughes 2d2c05b783 Basic release configuration using GitHub actions
Based on
https://github.com/marketplace/actions/build-and-upload-rust-binary-to-github-releases
2022-04-10 10:58:41 +07:00
Wilfred Hughes ff89ac3c75 Fix duplicate job name 2022-04-09 23:31:19 +07:00
Wilfred Hughes 99a49ea388 Run cargo check on macOS too 2022-04-09 23:29:21 +07:00
Wilfred Hughes 1830d286e0 Ensure unchanged MatchedPos have the same number on LHS and RHS
Fixes #246
2022-04-09 21:12:31 +07:00
Wilfred Hughes 1c9ae2fbc6 Fix parsing of built-in Zig identifiers
Fixes #248
2022-04-09 19:38:07 +07:00
Wilfred Hughes 3c6db050dc Roll version 2022-04-09 19:01:54 +07:00
Wilfred Hughes d7b67f267a Make variable name clearer 2022-04-09 16:55:44 +07:00
Wilfred Hughes b4afa6a80e Mention CC and CXX env vars when building
Fixes #244
2022-04-09 15:56:06 +07:00
Wilfred Hughes 053de5acbe Update to Clojure parser with separate symbol positions
See discussion in https://github.com/sogaiu/tree-sitter-clojure/issues/21
2022-04-09 12:41:49 +07:00
Wilfred Hughes bc4e22eee2 Merge commit 'bfa6ab18a326d8a37407aedde24843ba1feac1f1' 2022-04-09 12:26:38 +07:00
Wilfred Hughes 838ad0c048 Add regression test for #181 2022-04-09 12:18:51 +07:00
Wilfred Hughes 36bc2b4462 Update to latest recommended steps for coverage 2022-04-09 12:11:43 +07:00
Wilfred Hughes abfe35de89 Fix compilation of unit tests 2022-04-08 23:13:02 +07:00
Wilfred Hughes 3645d2c122 Print MatchedPos values if we hit this unreachable!() 2022-04-08 23:08:29 +07:00
Wilfred Hughes 2162b5c67b Add a changelog entry for 42884b73a0
Some users seem to be seeing this build failure, e.g. #245.
2022-04-08 22:40:10 +07:00
Wilfred Hughes 1c416733ef Fix nested sliders in C-like languages
Improves #165
2022-04-08 09:41:56 +07:00
Wilfred Hughes 1f2d8bd7ab Add FAQ 2022-04-07 09:31:32 +07:00
Wilfred Hughes 939421e96f This field does not need to be public 2022-04-04 22:03:20 +07:00
Wilfred Hughes 163474cf41 Prefer the .change helper method on Syntax 2022-04-04 22:02:28 +07:00
Wilfred Hughes bdb68cd676 Support @boolean and @character highlighting queries 2022-04-03 22:36:15 +07:00
Wilfred Hughes 10a0e2dba9 Improve YAML handling
Fix atom handling and add syntax highlighting
2022-04-03 22:26:33 +07:00