Skip to content

Commit a5bf244

Browse files
authored
Merge pull request #65 from rodion-m/claude/add-tree-sitter-onescript-011CUzgTAPVmJ9tPA5L92z9c
Add tree sitter bsl
2 parents 6497d5d + d32c9ee commit a5bf244

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ Each language below is identified by the key used to retrieve it from the `get_l
100100
- [bibtex](https://github.com/latex-lsp/tree-sitter-bibtex) - MIT License
101101
- [bicep](https://github.com/tree-sitter-grammars/tree-sitter-bicep) - MIT License
102102
- [bitbake](https://github.com/tree-sitter-grammars/tree-sitter-bitbake) - MIT License
103+
- [bsl](https://github.com/alkoleft/tree-sitter-bsl) - MIT License
103104
- [c](https://github.com/tree-sitter/tree-sitter-c) - MIT License
104105
- [cairo](https://github.com/tree-sitter-grammars/tree-sitter-cairo) - MIT License
105106
- [capnp](https://github.com/tree-sitter-grammars/tree-sitter-capnp) - MIT License

sources/language_definitions.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@
5656
"repo": "https://github.com/tree-sitter-grammars/tree-sitter-bitbake",
5757
"rev": "a5d04fdb5a69a02b8fa8eb5525a60dfb5309b73b"
5858
},
59+
"bsl": {
60+
"branch": "develop",
61+
"repo": "https://github.com/alkoleft/tree-sitter-bsl",
62+
"rev": "91efca3c969fe21cadd98e94e631c430cbc75f74"
63+
},
5964
"c": {
6065
"branch": "master",
6166
"repo": "https://github.com/tree-sitter/tree-sitter-c",

tree_sitter_language_pack/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"bibtex",
2525
"bicep",
2626
"bitbake",
27+
"bsl",
2728
"c",
2829
"cairo",
2930
"capnp",

0 commit comments

Comments
 (0)