Skip to content

Commit 4742e5e

Browse files
committed
Merge branch 'split-up-tree-sitter-langs' into master
2 parents 1d44e10 + 83a1136 commit 4742e5e

30 files changed

+16
-2073
lines changed

.azure-pipelines/grammar-bundle.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

.azure-pipelines/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ resources:
6464
endpoint: ubolonton
6565

6666
steps:
67+
- checkout: self
68+
submodules: true
6769
- template: .azure-pipelines/steps/setup-rust.yml@emacs-module-rs
6870
- template: .azure-pipelines/steps/setup-llvm.yml@emacs-module-rs
6971
- template: .azure-pipelines/steps/setup-emacs.yml@emacs-module-rs

.azure-pipelines/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ resources:
1010
- repository: emacs-module-rs
1111
type: github
1212
name: ubolonton/emacs-module-rs
13+
ref: azure-pipelines
1314
endpoint: ubolonton
1415

1516
jobs:
@@ -31,6 +32,8 @@ jobs:
3132
EVM_EMACS: emacs-27.1
3233
DYN_EXT: so
3334
steps:
35+
- checkout: self
36+
submodules: true
3437
- template: .azure-pipelines/steps/setup-rust.yml@emacs-module-rs
3538
- template: .azure-pipelines/steps/setup-llvm.yml@emacs-module-rs
3639
- template: .azure-pipelines/steps/setup-emacs.yml@emacs-module-rs
@@ -49,6 +52,8 @@ jobs:
4952
variables:
5053
EVM_EMACS: emacs-26.3
5154
steps:
55+
- checkout: self
56+
submodules: true
5257
- template: .azure-pipelines/steps/setup-emacs.yml@emacs-module-rs
5358
- template: .azure-pipelines/steps/setup-cask.yml@emacs-module-rs
5459
- template: steps/-retrieve-binaries.yml

.azure-pipelines/steps/grammar-bundle/-create.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.azure-pipelines/steps/grammar-bundle/-save.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.azure-pipelines/steps/grammar-bundle/-upload.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@
55

66
core/tsc-dyn.*
77
core/DYN-VERSION
8-
9-
langs/bin/
10-
langs/repos/

.gitmodules

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[submodule "langs"]
2+
path = langs
3+
url = https://github.com/ubolonton/tree-sitter-langs
4+
ignore = untracked
5+
16
[submodule "doc/themes/docdock"]
27
path = doc/themes/docdock
38
url = https://github.com/ubolonton/hugo-theme-docdock

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you want to hack on `emacs-tree-sitter` itself, see the next section instead.
2020

2121
## Setup for Development
2222

23-
- Clone this repo.
23+
- Clone this repo with the `--recursive` flag.
2424
- Add 3 of its directories to `load-path`: `core/`, `lisp/` and `langs/`.
2525
- Install [cask](https://cask.readthedocs.io).
2626
- Run `./bin/setup` (`.\bin\setup` on Windows).
@@ -105,4 +105,6 @@ Binding through C instead of Rust: https://github.com/karlotness/tree-sitter.el
105105

106106
Contributions are welcomed. Please take a look at the [issue list](https://github.com/ubolonton/emacs-tree-sitter/issues) for ideas, or [create a new issue](https://github.com/ubolonton/emacs-tree-sitter/issues/new) to describe any idea you have for improvement.
107107

108+
For language-specific issues/features, please check out [tree-sitter-langs](https://github.com/ubolonton/tree-sitter-langs) instead.
109+
108110
Show respect and empathy towards others. Both technical empathy and general empathy are highly valued.

bin/upload-to-bintray

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)