Skip to content

Commit

Permalink
Merge branch 'split-up-tree-sitter-langs' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ubolonton committed Mar 1, 2021
2 parents 1d44e10 + 83a1136 commit 4742e5e
Show file tree
Hide file tree
Showing 30 changed files with 16 additions and 2,073 deletions.
52 changes: 0 additions & 52 deletions .azure-pipelines/grammar-bundle.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .azure-pipelines/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ resources:
endpoint: ubolonton

steps:
- checkout: self
submodules: true
- template: .azure-pipelines/steps/setup-rust.yml@emacs-module-rs
- template: .azure-pipelines/steps/setup-llvm.yml@emacs-module-rs
- template: .azure-pipelines/steps/setup-emacs.yml@emacs-module-rs
Expand Down
5 changes: 5 additions & 0 deletions .azure-pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ resources:
- repository: emacs-module-rs
type: github
name: ubolonton/emacs-module-rs
ref: azure-pipelines
endpoint: ubolonton

jobs:
Expand All @@ -31,6 +32,8 @@ jobs:
EVM_EMACS: emacs-27.1
DYN_EXT: so
steps:
- checkout: self
submodules: true
- template: .azure-pipelines/steps/setup-rust.yml@emacs-module-rs
- template: .azure-pipelines/steps/setup-llvm.yml@emacs-module-rs
- template: .azure-pipelines/steps/setup-emacs.yml@emacs-module-rs
Expand All @@ -49,6 +52,8 @@ jobs:
variables:
EVM_EMACS: emacs-26.3
steps:
- checkout: self
submodules: true
- template: .azure-pipelines/steps/setup-emacs.yml@emacs-module-rs
- template: .azure-pipelines/steps/setup-cask.yml@emacs-module-rs
- template: steps/-retrieve-binaries.yml
Expand Down
21 changes: 0 additions & 21 deletions .azure-pipelines/steps/grammar-bundle/-create.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .azure-pipelines/steps/grammar-bundle/-save.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .azure-pipelines/steps/grammar-bundle/-upload.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@

core/tsc-dyn.*
core/DYN-VERSION

langs/bin/
langs/repos/
5 changes: 5 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[submodule "langs"]
path = langs
url = https://github.com/ubolonton/tree-sitter-langs
ignore = untracked

[submodule "doc/themes/docdock"]
path = doc/themes/docdock
url = https://github.com/ubolonton/hugo-theme-docdock
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you want to hack on `emacs-tree-sitter` itself, see the next section instead.

## Setup for Development

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

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.

For language-specific issues/features, please check out [tree-sitter-langs](https://github.com/ubolonton/tree-sitter-langs) instead.

Show respect and empathy towards others. Both technical empathy and general empathy are highly valued.
14 changes: 0 additions & 14 deletions bin/upload-to-bintray

This file was deleted.

1 change: 1 addition & 0 deletions langs
Submodule langs added at fcd267
1 change: 0 additions & 1 deletion langs/.gitattributes

This file was deleted.

48 changes: 0 additions & 48 deletions langs/CHANGELOG.md

This file was deleted.

11 changes: 0 additions & 11 deletions langs/Cask

This file was deleted.

9 changes: 0 additions & 9 deletions langs/README.org

This file was deleted.

Empty file removed langs/bin/.keep
Empty file.
Loading

0 comments on commit 4742e5e

Please sign in to comment.