[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/yasnippet-snippets cdad57f368 02/13: snippets: mass add tr
|
From: |
ELPA Syncer |
|
Subject: |
[nongnu] elpa/yasnippet-snippets cdad57f368 02/13: snippets: mass add tree-sitter modes to .yas-parents (#481) |
|
Date: |
Fri, 5 Jan 2024 07:00:45 -0500 (EST) |
branch: elpa/yasnippet-snippets
commit cdad57f368121cdaaaa33e4455ce81d62afedbdc
Author: Pushpal Sidhu <psidhu@users.noreply.github.com>
Commit: GitHub <noreply@github.com>
snippets: mass add tree-sitter modes to .yas-parents (#481)
Created a script to dumbly add snippets for tree sitter modes that
weren't already present. The script looks at
https//github.com/tree-sitter/tree-sitter-<mode> to see if a mode
exists and then creates a tree sitter mode.
Untested other than the c/c++
Signed-off-by: Pushpal Sidhu <psidhu.devel@gmail.com>
---
snippets/c++-ts-mode/.yas-parents | 1 +
snippets/c-ts-mode/.yas-parents | 1 +
snippets/css-ts-mode/.yas-parents | 1 +
snippets/haskell-ts-mode/.yas-parents | 1 +
snippets/html-ts-mode/.yas-parents | 1 +
snippets/java-ts-mode/.yas-parents | 1 +
snippets/julia-ts-mode/.yas-parents | 1 +
snippets/php-ts-mode/.yas-parents | 1 +
snippets/ruby-ts-mode/.yas-parents | 1 +
snippets/scala-ts-mode/.yas-parents | 1 +
snippets/sh-ts-mode/.yas-parents | 1 +
snippets/swift-ts-mode/.yas-parents | 1 +
snippets/typescript-ts-mode/.yas-parents | 1 +
13 files changed, 13 insertions(+)
diff --git a/snippets/c++-ts-mode/.yas-parents
b/snippets/c++-ts-mode/.yas-parents
new file mode 100644
index 0000000000..7a0ada10f7
--- /dev/null
+++ b/snippets/c++-ts-mode/.yas-parents
@@ -0,0 +1 @@
+c++-mode
diff --git a/snippets/c-ts-mode/.yas-parents b/snippets/c-ts-mode/.yas-parents
new file mode 100644
index 0000000000..94b511999c
--- /dev/null
+++ b/snippets/c-ts-mode/.yas-parents
@@ -0,0 +1 @@
+c-mode
diff --git a/snippets/css-ts-mode/.yas-parents
b/snippets/css-ts-mode/.yas-parents
new file mode 100644
index 0000000000..c9a0a6b32b
--- /dev/null
+++ b/snippets/css-ts-mode/.yas-parents
@@ -0,0 +1 @@
+css-mode
diff --git a/snippets/haskell-ts-mode/.yas-parents
b/snippets/haskell-ts-mode/.yas-parents
new file mode 100644
index 0000000000..4b21da0d4b
--- /dev/null
+++ b/snippets/haskell-ts-mode/.yas-parents
@@ -0,0 +1 @@
+haskell-mode
diff --git a/snippets/html-ts-mode/.yas-parents
b/snippets/html-ts-mode/.yas-parents
new file mode 100644
index 0000000000..8a1138368d
--- /dev/null
+++ b/snippets/html-ts-mode/.yas-parents
@@ -0,0 +1 @@
+html-mode
diff --git a/snippets/java-ts-mode/.yas-parents
b/snippets/java-ts-mode/.yas-parents
new file mode 100644
index 0000000000..f524c9133d
--- /dev/null
+++ b/snippets/java-ts-mode/.yas-parents
@@ -0,0 +1 @@
+java-mode
diff --git a/snippets/julia-ts-mode/.yas-parents
b/snippets/julia-ts-mode/.yas-parents
new file mode 100644
index 0000000000..579faf95a2
--- /dev/null
+++ b/snippets/julia-ts-mode/.yas-parents
@@ -0,0 +1 @@
+julia-mode
diff --git a/snippets/php-ts-mode/.yas-parents
b/snippets/php-ts-mode/.yas-parents
new file mode 100644
index 0000000000..200af310a9
--- /dev/null
+++ b/snippets/php-ts-mode/.yas-parents
@@ -0,0 +1 @@
+php-mode
diff --git a/snippets/ruby-ts-mode/.yas-parents
b/snippets/ruby-ts-mode/.yas-parents
new file mode 100644
index 0000000000..1bd2276bdd
--- /dev/null
+++ b/snippets/ruby-ts-mode/.yas-parents
@@ -0,0 +1 @@
+ruby-mode
diff --git a/snippets/scala-ts-mode/.yas-parents
b/snippets/scala-ts-mode/.yas-parents
new file mode 100644
index 0000000000..9035891000
--- /dev/null
+++ b/snippets/scala-ts-mode/.yas-parents
@@ -0,0 +1 @@
+scala-mode
diff --git a/snippets/sh-ts-mode/.yas-parents b/snippets/sh-ts-mode/.yas-parents
new file mode 100644
index 0000000000..04d079bb3f
--- /dev/null
+++ b/snippets/sh-ts-mode/.yas-parents
@@ -0,0 +1 @@
+sh-mode
diff --git a/snippets/swift-ts-mode/.yas-parents
b/snippets/swift-ts-mode/.yas-parents
new file mode 100644
index 0000000000..9da7f70ccc
--- /dev/null
+++ b/snippets/swift-ts-mode/.yas-parents
@@ -0,0 +1 @@
+swift-mode
diff --git a/snippets/typescript-ts-mode/.yas-parents
b/snippets/typescript-ts-mode/.yas-parents
new file mode 100644
index 0000000000..a540072f15
--- /dev/null
+++ b/snippets/typescript-ts-mode/.yas-parents
@@ -0,0 +1 @@
+typescript-mode
- [nongnu] elpa/yasnippet-snippets updated (12103bb505 -> baf82bd9dc), ELPA Syncer, 2024/01/05
- [nongnu] elpa/yasnippet-snippets 98571357aa 07/13: *yasnippet-snippets.el: avoid duplicate loading the snippets (#468), ELPA Syncer, 2024/01/05
- [nongnu] elpa/yasnippet-snippets 1eacad1d4e 05/13: Create a snippet to create desktop files (#476), ELPA Syncer, 2024/01/05
- [nongnu] elpa/yasnippet-snippets 9f67370d9d 01/13: Merge elpy snippets (again) (#465), ELPA Syncer, 2024/01/05
- [nongnu] elpa/yasnippet-snippets d80b2ff60f 10/13: FIX: Single semicolon at beginning was indented. (#454), ELPA Syncer, 2024/01/05
- [nongnu] elpa/yasnippet-snippets 56dda449c0 11/13: faust-mode: improve license chooser (#470), ELPA Syncer, 2024/01/05
- [nongnu] elpa/yasnippet-snippets cdad57f368 02/13: snippets: mass add tree-sitter modes to .yas-parents (#481),
ELPA Syncer <=
- [nongnu] elpa/yasnippet-snippets baf82bd9dc 13/13: Two more c++-mode snippets: forr and lambda (#472), ELPA Syncer, 2024/01/05
- [nongnu] elpa/yasnippet-snippets a98c5deb27 06/13: "fixme" snippet also excludes bash-ts-mode (#478), ELPA Syncer, 2024/01/05
- [nongnu] elpa/yasnippet-snippets ab935d7c7b 12/13: Add async versions of function snippets for rust (#480), ELPA Syncer, 2024/01/05
- [nongnu] elpa/yasnippet-snippets ef4f51240b 04/13: added theorem, lemma and corollary snippets (#474), ELPA Syncer, 2024/01/05
- [nongnu] elpa/yasnippet-snippets b00a7c9f9a 08/13: Implement missing python special methods. (#467), ELPA Syncer, 2024/01/05
- [nongnu] elpa/yasnippet-snippets 9799ec9ffa 03/13: clojure-mode snippets update (#479), ELPA Syncer, 2024/01/05
- [nongnu] elpa/yasnippet-snippets 464517d0e2 09/13: ENH: python-mode/with-open (#482), ELPA Syncer, 2024/01/05