Skip to content

Commit 64ba3f8

Browse files
authored
chore(style,grammar): remove indirection for punctuation (#236)
Most tree-sitter styles do not use indirection for anonymous nodes as it impacts readabilityj: https://github.com/tree-sitter/tree-sitter-rust/blob/261b20226c04ef601adbdf185a800512a5f66291/grammar.js#L249-L262 This PR is a style proposal so discussion is welcome/expected
1 parent 47d4b4f commit 64ba3f8

File tree

3 files changed

+52
-120
lines changed

3 files changed

+52
-120
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
generate: false
4545
test-rust: true
46-
test-node: true
46+
test-node: false
4747
test-python: true
4848
test-go: true
4949
test-swift: false

0 commit comments

Comments
 (0)