Skip to content

Commit

Permalink
re-order the recipe list alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiaanspeck committed Feb 20, 2024
1 parent 08895fb commit 5d982ce
Showing 1 changed file with 42 additions and 54 deletions.
96 changes: 42 additions & 54 deletions treesit-auto.el
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,6 @@ by manipulating the `treesit-auto-recipe-list' variable."
:remap 'common-lisp-mode
:url "https://github.com/tree-sitter-grammars/tree-sitter-commonlisp"
:ext "\\.cl\\'")
,(make-treesit-auto-recipe
:lang 'elisp
:ts-mode 'elisp-ts-mode
:remap 'elisp-mode
:url "https://github.com/Wilfred/tree-sitter-elisp"
:ext "\\.el\\'")
,(make-treesit-auto-recipe
:lang 'cpp
:ts-mode 'c++-ts-mode
Expand All @@ -145,12 +139,6 @@ by manipulating the `treesit-auto-recipe-list' variable."
:remap 'dart-mode
:url "https://github.com/ast-grep/tree-sitter-dart"
:ext "\\.dart\\'")
,(make-treesit-auto-recipe
:lang 'scss
:ts-mode 'scss-ts-mode
:remap 'scss-mode
:url "https://github.com/serenadeai/tree-sitter-scss"
:ext "\\.scss\\'")
,(make-treesit-auto-recipe
:lang 'dockerfile
:ts-mode 'dockerfile-ts-mode
Expand Down Expand Up @@ -195,6 +183,12 @@ by manipulating the `treesit-auto-recipe-list' variable."
:remap '(mhtml-mode sgml-mode)
:url "https://github.com/tree-sitter/tree-sitter-html"
:ext "\\.html\\'")
,(make-treesit-auto-recipe
:lang 'janet
:ts-mode 'janet-ts-mode
:remap 'janet-mode
:url "https://github.com/sogaiu/tree-sitter-janet-simple"
:ext "\\.janet\\'")
,(make-treesit-auto-recipe
:lang 'java
:ts-mode 'java-ts-mode
Expand Down Expand Up @@ -263,6 +257,18 @@ by manipulating the `treesit-auto-recipe-list' variable."
:remap 'nushell-mode
:url "https://github.com/nushell/tree-sitter-nu"
:ext "\\.nu\\'")
,(make-treesit-auto-recipe
:lang 'org
:ts-mode 'org-ts-mode
:remap 'org-mode
:url "https://github.com/milisims/tree-sitter-org"
:ext "\\.org\\'")
,(make-treesit-auto-recipe
:lang 'perl
:ts-mode 'perl-ts-mode
:remap 'perl-mode
:url "https://github.com/ganezdragon/tree-sitter-perl"
:ext "\\.pl\\'")
,(make-treesit-auto-recipe
:lang 'proto
:ts-mode 'protobuf-ts-mode
Expand Down Expand Up @@ -293,6 +299,18 @@ by manipulating the `treesit-auto-recipe-list' variable."
:remap 'rust-mode
:url "https://github.com/tree-sitter/tree-sitter-rust"
:ext "\\.rs\\'")
,(make-treesit-auto-recipe
:lang 'sql
:ts-mode 'sql-ts-mode
:remap 'sql-mode
:revision "gh-pages"
:url "https://github.com/DerekStride/tree-sitter-sql"
:ext "\\.sql\\'")
,(make-treesit-auto-recipe
:lang 'surface
:ts-mode 'surface-ts-mode
:remap 'surface-mode
:url "https://github.com/connorlay/tree-sitter-surface")
,(make-treesit-auto-recipe
:lang 'toml
:ts-mode 'toml-ts-mode
Expand All @@ -308,42 +326,6 @@ by manipulating the `treesit-auto-recipe-list' variable."
:revision "master"
:source-dir "tsx/src"
:ext "\\.tsx\\'")
,(make-treesit-auto-recipe
:lang 'janet
:ts-mode 'janet-ts-mode
:remap 'janet-mode
:url "https://github.com/sogaiu/tree-sitter-janet-simple"
:ext "\\.janet\\'")
,(make-treesit-auto-recipe
:lang 'org
:ts-mode 'org-ts-mode
:remap 'org-mode
:url "https://github.com/milisims/tree-sitter-org"
:ext "\\.org\\'")
,(make-treesit-auto-recipe
:lang 'perl
:ts-mode 'perl-ts-mode
:remap 'perl-mode
:url "https://github.com/ganezdragon/tree-sitter-perl"
:ext "\\.pl\\'")
,(make-treesit-auto-recipe
:lang 'surface
:ts-mode 'surface-ts-mode
:remap 'surface-mode
:url "https://github.com/connorlay/tree-sitter-surface")
,(make-treesit-auto-recipe
:lang 'sql
:ts-mode 'sql-ts-mode
:remap 'sql-mode
:revision "gh-pages"
:url "https://github.com/DerekStride/tree-sitter-sql"
:ext "\\.sql\\'")
,(make-treesit-auto-recipe
:lang 'wgsl
:ts-mode 'wgsl-ts-mode
:remap 'wgsl-mode
:url "https://github.com/mehmetoguzderin/tree-sitter-wgsl"
:ext "\\.wgsl\\'")
,(make-treesit-auto-recipe
:lang 'typescript
:ts-mode 'typescript-ts-mode
Expand Down Expand Up @@ -379,6 +361,13 @@ by manipulating the `treesit-auto-recipe-list' variable."
:remap 'vue-mode
:url "https://github.com/tree-sitter-grammars/tree-sitter-vue"
:ext "\\.vue\\'")
,(make-treesit-auto-recipe
:lang 'wast
:ts-mode 'wat-ts-wast-mode
:remap 'wat-mode
:url "https://github.com/wasm-lsp/tree-sitter-wasm"
:source-dir "wast/src"
:ext "\\.wast\\'")
,(make-treesit-auto-recipe
:lang 'wat
:ts-mode 'wat-ts-mode
Expand All @@ -387,12 +376,11 @@ by manipulating the `treesit-auto-recipe-list' variable."
:source-dir "wat/src"
:ext "\\.wat\\'")
,(make-treesit-auto-recipe
:lang 'wast
:ts-mode 'wat-ts-wast-mode
:remap 'wat-mode
:url "https://github.com/wasm-lsp/tree-sitter-wasm"
:source-dir "wast/src"
:ext "\\.wast\\'")
:lang 'wgsl
:ts-mode 'wgsl-ts-mode
:remap 'wgsl-mode
:url "https://github.com/mehmetoguzderin/tree-sitter-wgsl"
:ext "\\.wgsl\\'")
,(make-treesit-auto-recipe
:lang 'yaml
:ts-mode 'yaml-ts-mode
Expand Down

0 comments on commit 5d982ce

Please # to comment.