Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build_parsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
push:
branches:
- main
- telkins/build-dylibs
- telkins/objc
paths:
- 'parsers.toml'
- '.github/workflows/build_parsers.yml'
- "parsers.toml"
- ".github/workflows/build_parsers.yml"
workflow_dispatch:

jobs:
Expand Down
3 changes: 2 additions & 1 deletion parsers.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ tree-sitter-version = "0.24.4"
[parsers]
java = "0.23.2"
kotlin = { ref = "76f53c48d29e8588934fb55b0240d7bdfe00bfe5", from = "https://github.com/fwcd/tree-sitter-kotlin" }
swift = { ref = "6accc2f720c7ff8573f6956a34ea22f50c44d839", from = "https://github.com/alex-pinkus/tree-sitter-swift" }
swift = { ref = "6accc2f720c7ff8573f6956a34ea22f50c44d839", from = "https://github.com/alex-pinkus/tree-sitter-swift" }
objc = { ref = "18802acf31d0b5c1c1d50bdbc9eb0e1636cab9ed", from = "https://github.com/tree-sitter-grammars/tree-sitter-objc", cmd = "npm install && npx tree-sitter build" }
Binary file added parsers/libtree-sitter-objc-darwin-arm64.dylib
Binary file not shown.
Binary file added parsers/libtree-sitter-objc-linux-x86_64.so
Binary file not shown.