Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'languages.toml')
| -rw-r--r-- | languages.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml index 55584791..8f8b9ac4 100644 --- a/languages.toml +++ b/languages.toml @@ -1869,6 +1869,16 @@ name = "gitcommit" source = { git = "https://github.com/gbprod/tree-sitter-gitcommit", rev = "a716678c0f00645fed1e6f1d0eb221481dbd6f6d" } [[language]] +name = "git-notes" +scope = "git.notesmsg" +file-types = [{ glob = "NOTES_EDITMSG" }] +comment-token = "#" +indent = { tab-width = 4, unit = " " } +rulers = [73] +text-width = 72 +grammar = "gitcommit" + +[[language]] name = "diff" scope = "source.diff" file-types = ["diff", "patch", "rej"] |