Commit Graph

15131 Commits (565e2f12a3e852ca65c26d52c2708a621095d6f7)
 

Author SHA1 Message Date
Nikolaj Sidorenco 03059c1f87
simplify external scanner 2024-03-31 13:54:24 +07:00
Nikolaj Sidorenco 13dafe5e3a
simplify external scanner 2024-03-29 16:45:18 +07:00
Nikolaj Sidorenco 15368bf401
fix bindings 2024-03-29 00:05:08 +07:00
Nikolaj Sidorenco 140b1a9ffc
external scanner cleanup 2024-03-28 23:57:17 +07:00
Nikolaj Sidorenco 4f7cc699a9
update tree-sitter cli 2024-03-28 23:30:44 +07:00
Pi-Cla 3b049c2fd0 run cargo update 2024-03-28 08:24:42 +07:00
Wilfred Hughes b3732b9ebb
Merge pull request #684 from mbaitelman/patch-1
Update installation.md to include chocolatey
2024-03-26 19:51:34 +07:00
mbaitelman d718d64a6e
Update installation.md to include chocolatey 2024-03-26 13:40:38 +07:00
Wilfred Hughes 415c591875
Merge pull request #638 from RBotfield/add-php-file-extensions
Add extra PHP file extensions to the language guesser.
2024-03-25 22:04:45 +07:00
Rhys Botfield e096444e73
Merge branch 'Wilfred:master' into add-php-file-extensions 2024-03-25 19:04:49 +07:00
Wilfred Hughes e34185f190 Consistent whitespace 2024-03-23 16:07:18 +07:00
Wilfred Hughes ca472bf0f1
Merge pull request #671 from matthewhughes934/add-tab-completion-for-git-alias
Add tab completion for documented `dlog` alias
2024-03-23 16:03:29 +07:00
Wilfred Hughes 5aeddd79d4 Add missing from_source manual page 2024-03-22 15:48:31 +07:00
Rhys Botfield e5e7d1cfb7 Format PHP extensions in guess_language.rs
To keep rustfmt happy
2024-03-22 21:32:25 +07:00
Wilfred Hughes caf8760deb
Merge pull request #672 from emaste/freebsd
Add FreeBSD installation instructions
2024-03-22 08:04:42 +07:00
Ed Maste 59d20674f4 Add FreeBSD installation instructions 2024-03-22 10:13:29 +07:00
Matthew Hughes f984413e6b Add tab completion for documented `dlog` alias
There's a feature of Git's completion scripts that allows
completing function aliases[1]:

> If you use complex aliases of form '!f() { ... }; f', you can use the null
> command ':' as the first command in the function body to declare the desired
> completion style

This allows completion:

    $ git dlog --pat<tab>
    --patch             --patch-with-raw    --patch-with-stat   --patience

Tested on `bash`, though I believe this should also work with `zsh` and
`tsch` since their respective completion scripts also make use of the
`bash` one

[1] https://git.kernel.org/pub/scm/git/git.git/tree/contrib/completion/git-completion.bash?id=11c821f2f2a31e70fb5cc449f9a29401c333aad2#n26
2024-03-22 08:20:56 +07:00
Wilfred Hughes dd7a0c87ee
Merge pull request #665 from opakapaka2003/opakapaka2003-patch-1
Update installation.md
2024-03-21 10:15:32 +07:00
opakapaka2003 47f63b28f0
Update installation.md
Revise nix installation instructions to change "ripgrep" to "difftastic"
2024-03-21 11:37:54 +07:00
Amaan Qureshi 72084f447c fix: crlf test 2024-03-20 20:53:10 +07:00
Wilfred Hughes c8655d23bd Trace git environment variables 2024-03-20 08:26:30 +07:00
Wilfred Hughes a70786d731 Expand installation instructions
Include more installation commands, split out source installation to a
separate page.
2024-03-19 08:47:27 +07:00
Access 20ffd6d3b4
chore: bump version to 0.4.3 (#25) 2024-03-19 09:50:27 +07:00
Wilfred Hughes 15977f6e25 Update to latest tree_magic_mini now PR was merged 2024-03-19 00:27:21 +07:00
Wilfred Hughes 3be8e80fe7 Fix issue with later lines not having positions during diffing 2024-03-19 00:25:18 +07:00
Access ce71cae5e0
chore: update tree_sitter to new one (#24) 2024-03-17 19:23:49 +07:00
Wilfred Hughes 627ebc5a4c Revert "Upgrade to latest tree_magic_mini"
This reverts commit b95c27a50a.
2024-03-15 08:33:06 +07:00
Wilfred Hughes b95c27a50a Upgrade to latest tree_magic_mini 2024-03-14 22:33:00 +07:00
Wilfred Hughes 93ae0e91db Fix typos 2024-03-12 23:08:39 +07:00
eugene yokota 70b4fe63c4
Merge pull request #390 from eed3si9n/wip/fix-fuzz
Fix GitHub Actions
2024-03-13 02:00:07 +07:00
Eugene Yokota 2935d41b82 Fix GitHub Actions 2024-03-13 01:20:29 +07:00
Amaan Qureshi 371fd0bf06
docs: add pypi badge 2024-03-12 20:32:37 +07:00
Amaan Qureshi b125bec9b3
build: update makefile for macos installation 2024-03-12 20:06:23 +07:00
Amaan Qureshi b8a4c64121
build: update makefile for macos installation 2024-03-12 19:59:41 +07:00
eugene yokota b3ac6a5d95
Merge pull request #388 from tree-sitter/generation
chore: generate and sync latest changes
2024-03-12 14:34:11 +07:00
GitHub 7802a9249c chore: generate and sync from e205ec827d 2024-03-12 16:45:05 +07:00
eugene yokota e205ec827d
Merge pull request #387 from eed3si9n/wip/tree-sitter-bump-0.21.0
Update tree-sitter to 0.21.0
2024-03-12 12:42:41 +07:00
Eugene Yokota 4c7275c70e Fix version numbers 2024-03-12 10:35:04 +07:00
Eugene Yokota 7dd646ff64 Refactor highlighting
tree-sitter now uses last-wins rules for highlighting.
This moves the rules around to match the older highlighting.
Except operator, which I've now let it take precedence over `function.call`.
2024-03-12 03:05:12 +07:00
Eugene Yokota fb4e246cff Commit bindings/node changes 2024-03-12 03:05:12 +07:00
Eugene Yokota 97c9cffb5d Update tree-sitter to 0.21.0
See the tree-sitter release notes for details
- https://github.com/tree-sitter/tree-sitter/releases/tag/v0.21.0
2024-03-12 03:04:42 +07:00
eugene yokota 24fd647fec
Merge pull request #386 from tree-sitter/generation 2024-03-12 02:00:26 +07:00
Wilfred Hughes 3d29dc1228 Silence some clippy lints 2024-03-11 22:26:30 +07:00
GitHub 2914b02236 chore: generate and sync from 71ee31cd21 2024-03-12 05:04:15 +07:00
Per Nordlöw 7dc1582310 Update binding.gyp
Correct path to scanner.c
2024-03-11 18:33:59 +07:00
ObserverOfTime a24dab177e feat: update bindings again 2024-03-11 11:40:44 +07:00
ObserverOfTime df3a42271c build: bump versions
and change npm scope
2024-03-11 11:40:44 +07:00
ObserverOfTime 393d7df945 ci: update workflows 2024-03-11 11:40:44 +07:00
ObserverOfTime 3fa47ca7aa feat: update bindings 2024-03-11 11:40:44 +07:00
ObserverOfTime 5712a1b2ce docs: update readme 2024-03-11 11:40:44 +07:00