Merge pull request #584 from pulsar-edit/clojure-indentation-fix

This commit is contained in:
Maurício Szabo 2023-06-12 18:22:49 -03:00 committed by GitHub
commit 2736654970
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 1 additions and 6 deletions

View File

@ -6,6 +6,7 @@
## [Unreleased]
- Bugfix: fixed Clojure indentation on tree-sitter
- Improved the Clojure language support by migrating it to tree-sitter and support block comments, quoting, and other advanced features on modern tree-sitter implementation
- Added a modern implementation of Tree-sitter grammars behind an experimental flag. Enable the “Use Modern Tree-Sitter Implementation” in the Core settings to try it out.

View File

@ -40,6 +40,4 @@ parser: 'tree-sitter-clojure'
treeSitter:
grammar: 'ts/grammar.wasm'
highlightsQuery: 'ts/highlights.scm'
# localsQuery: 'ts/locals.scm'
foldsQuery: 'ts/folds.scm'
indentsQuery: 'ts/indents.scm'

View File

@ -10,6 +10,4 @@ fileTypes: [
treeSitter:
grammar: 'ts/grammar.wasm'
highlightsQuery: 'ts/edn-highlights.scm'
# localsQuery: 'ts/locals.scm'
foldsQuery: 'ts/folds.scm'
indentsQuery: 'ts/indents.scm'

View File

@ -6,6 +6,4 @@ parser: 'tree-sitter-clojure'
treeSitter:
grammar: 'ts/grammar.wasm'
highlightsQuery: 'ts/edn-highlights.scm'
# localsQuery: 'ts/locals.scm'
foldsQuery: 'ts/folds.scm'
indentsQuery: 'ts/indents.scm'