Skip to content

Commit

Permalink
Update tree-sitter-diff (#3708)
Browse files Browse the repository at this point in the history
This change also renames the grammar from `git-diff` to `diff`.
The grammar covers regular diff syntax so I renamed the repository
a while ago.
  • Loading branch information
the-mikedavis committed Sep 6, 2022
1 parent f7c216d commit 43b31f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion book/src/generated/lang-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
| cue || | | `cuelsp` |
| dart || || `dart` |
| devicetree || | | |
| diff || | | |
| dockerfile || | | `docker-langserver` |
| dot || | | `dot-language-server` |
| edoc || | | |
Expand All @@ -32,7 +33,6 @@
| git-attributes || | | |
| git-commit || | | |
| git-config || | | |
| git-diff || | | |
| git-ignore || | | |
| git-rebase || | | |
| gleam ||| | `gleam` |
Expand Down
6 changes: 3 additions & 3 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ name = "git-commit"
source = { git = "https://github.com/the-mikedavis/tree-sitter-git-commit", rev = "318dd72abfaa7b8044c1d1fbeabcd06deaaf038f" }

[[language]]
name = "git-diff"
name = "diff"
scope = "source.diff"
roots = []
file-types = ["diff"]
Expand All @@ -987,8 +987,8 @@ comment-token = "#"
indent = { tab-width = 2, unit = " " }

[[grammar]]
name = "git-diff"
source = { git = "https://github.com/the-mikedavis/tree-sitter-git-diff", rev = "c12e6ecb54485f764250556ffd7ccb18f8e2942b" }
name = "diff"
source = { git = "https://github.com/the-mikedavis/tree-sitter-diff", rev = "fd74c78fa88a20085dbc7bbeaba066f4d1692b63" }

[[language]]
name = "git-rebase"
Expand Down
File renamed without changes.

0 comments on commit 43b31f7

Please sign in to comment.