emacs-elpa-diffs
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]