Skyler Hawthorne
621ab0e57f
update tree-sitter-git-rebase hash ( #6094 )
2 years ago
LeoniePhiline
6494fc1daf
feat(sql): MariaDB/MySQL syntax, Apache Hive syntax, unified builtin functions, floats, negative integers ( #6041 )
...
* feat(sql): MariaDB/MySQL table options `COLLATE`, `CHARACTER SET`, `ENGINE`
Upstream changes: 286e10c5bc...30e15d45dc
* feat(sql): Optional `COLUMN` in `ALTER TABLE`
Upstream changes: 30e15d45dc...c508e6044a
* feat(sql): Add `UNSIGNED` support, refactor numeric types
Upstream changes: c508e6044a...2d1d5b68a1
* feat(sql): Add support for Apache Spark create Hive table
Upstream changes: 2d1d5b68a1...7be06f4d5e
* feat(sql): Add support for signed and unsigned floating point literals
Upstream changes: https://github.com/DerekStride/tree-sitter-sql/pull/92/files
* feat(sql): Add interval data type
Upstream changes: 13d375dea3...7b4bcd0394
* feat(sql): Add support for DROP INDEX
Upstream changes: 7b4bcd0394...173d6feb50
* feat(sql): Add MariaDB/MySQL `ALTER TABLE ... CHANGE|MODIFY ... [FIRST|AFTER]` syntax
Upstream changes: 173d6feb50...0d7a121b2a
* feat(sql): Extract fields from Apache Hive storage location and row format
Upstream changes: 0d7a121b2a...d2f0f6695f
* feat(sql): Fix unified built-in functions
Upstream changes: d2f0f6695f...e4e43ba742
* feat(sql): Support negative integers
Upstream changes: e4e43ba742...3a3f92b29c
* rework(sql): Improve `@constant.numeric` regex
2 years ago
Erasin
864ee8fdef
Add GNU gettext PO grammar ( #5996 )
2 years ago
Philipp Mildenberger
b89b2eaf68
Added yuck language support (for eww) ( #6064 )
2 years ago
Jummit
5ff2cb24e2
Add support for the uxntal language ( #6047 )
2 years ago
LeoniePhiline
4c85f4d151
Add `.env.dist` to `source.env` language scope ( #6003 )
2 years ago
Erasin
c71b4c5579
Update grammar for godot ( #5944 )
...
* update grammar for gdscript.
* add comment injections for gdscript.
* add indent for gdscript
* add file-type support for godot-resource
2 years ago
Aleksey Kuznetsov
3b301a9d1d
Add comment-token to the hosts language definition ( #5914 )
2 years ago
ath3
1840d775c8
Added tree-sitter-hosts ( #4950 )
2 years ago
ath3
189c3c2ddc
Add tree-sitter-passwd ( #4959 )
2 years ago
zSchoen
882fa11d17
Add `Containerfile` file-type for dockerfile language ( #5873 )
2 years ago
Matthew Toohey
05c5207265
feat: add pem language ( #5797 )
2 years ago
Surendrajat
fce30c0da0
xml: add mobileconfig & plist file types ( #5863 )
2 years ago
Ethan Budd
9c98043c1c
Recognize .C and .H file types as cpp ( #5808 )
2 years ago
Aleksey Kuznetsov
7b46a6cada
Add Podfile and *.podspec to the file types for ruby ( #5811 )
2 years ago
Brett Lyons
d8f482e11e
Add MSBuild language based on XML grammar ( #5793 )
2 years ago
LeoniePhiline
30412366be
feat: Update `tree-sitter-sql` and migrate `highlights.scm` to match grammar ( #5772 )
...
* Sort buildin functions alphabetically
* fix: Query float type like other numeric types
* Update tree-sitter-sql and update highlights.scm to match grammar
2 years ago
Eric Crosson
447909e4d0
Modify env language to extend bash ( #5720 )
...
Additionally, add `.envrc` to the `env`-supported file types.
2 years ago
LeoniePhiline
482cc22fec
Update tree-sitter-sql and improve highlight queries ( #5683 )
2 years ago
Sam Nystrom
291f39d66b
Add `Justfile` to the file types for make ( #5687 )
2 years ago
LeoniePhiline
250b6cd7f0
Update tree-sitter-xml to fix whitespace parsing ( #5685 )
2 years ago
Jimmy Zelinskie
2db879629f
add explicit formatter for cue ( #5679 )
...
cuelsp does not support formatting.
Cue language support was added to Helix before
"formatter" was available.
References:
https://github.com/helix-editor/helix/pull/3262
https://github.com/dagger/cuelsp/issues/44
2 years ago
Antonius Naumann
56c0810c68
Change default language server for 'v' from 'vls' to 'v ls' ( #5677 )
2 years ago
Eloi Torrents
7e191f5915
Support sagemath language ( #5649 )
2 years ago
Eric Crosson
17acadb305
Use markdown language for hub pull-request files ( #5634 )
...
The hub[^1] command-line tool uses a file called `PULLREQ_EDITMSG`[^2].
This file is used to edit the text from of each commit being submitted
in a pull request, and the final content is rendered as markdown by
GitHub.
This commit adds `PULLREQ_EDITMSG` to the list of markdown file-types.
[^1]: https://github.com/github/hub
[^2]: c8e68d548a/commands/pull_request.go (L225)
2 years ago
Jared Moulton
5c6b7127f8
Add build.gradle to list of java roots ( #5641 )
2 years ago
anna
8e10c592b9
add lua injection regex ( #5606 )
2 years ago
eugene yokota
4535d0fa74
highlight(scala): update to fix potential crash ( #5576 )
...
* highlight(scala): update to fix crash
tree-sitter-scala has recently add a fix to workaround segv crashes in other editors.
Not sure if it happens to Helix as well, but it's probably a good idea to use the latest.
* highlight(scala): String interpolator support
This captures String interpolator as `function`
Co-authored-by: Chris Kipp <ckipp@pm.me>
2 years ago
Nachum Barcohen
94ef6fb69b
Add more file-types for python ( #5593 )
2 years ago
Ayoub Benali
97083f8836
Enable http server by default in Metals config ( #5551 )
...
This is required to make commands like [doctor-run](https://scalameta.org/metals/docs/integrations/new-editor#run-doctor ) work.
It simply opens a browser to get general information about the build.
Co-authored-by: Ayoub Benali <ayoub.benali@xing.com>
2 years ago
eugene yokota
6f6334f3c6
highlight(scala): update the Scala highlight queries ( #5546 )
...
There have been a lot of changes in tree-sitter/tree-sitter-scala,
including partial support for Scala 3 syntax and breaking changes in
some of the nodes.
This bumps up the grammar to the latest, and adjusts the queries.
Co-authored-by: Anton Sviridov <keynmol@gmail.com>
Co-authored-by: Chris Kipp <ckipp@pm.me>
2 years ago
Clément Delafargue
1f6809c9ce
Language support for dhall
...
https://dhall-lang.org/
2 years ago
Yura Shymon
4e9a0700db
Update tree-sitter-json, add jsonc as file-type for json ( #5509 )
...
New git revision of tree-sitter-json that supports comments.
Jsonc is alias for json.
Both formats doesn't mark comments as errors now.
2 years ago
Sam McCall
a8248c50e1
Update tree-sitter-cpp, support injections in tagged rawstrings ( #5457 )
...
The grammar now exposes the delimiter of raw-strings.
We can now inject the inner grammar in cases like:
const char* script = R"js(
alert('hello world!');
)js";
2 years ago
Matthias Wahl
e65f28d41a
Add language support for ponylang ( #5416 )
...
See https://www.ponylang.io
2 years ago
Michael Davis
b368df5785
Use tree-sitter-ruby for crystal ( #5205 )
2 years ago
Julius de Bruijn
5627c604ef
Update Prisma tree-sitter for view support ( #5417 )
2 years ago
Jonathan LEI
febe1a5172
Fix comment token for sshclientconfig ( #5351 )
2 years ago
k12ish
6f8f9cac9a
Add bash syntax highlighting for `.bash_aliases` ( #5347 )
2 years ago
Erasin
f0c6e6c9ee
fix comment token of godot resource file ( #5276 )
2 years ago
g-s-k
042d03269e
Add support for MATLAB/Octave files ( #5192 )
2 years ago
Jonas Everaert
aecb524e50
Crystal language support ( #4993 )
2 years ago
alice
3e6887648c
set 'c++' as a recognised extension for cpp ( #5183 )
2 years ago
Erasin
436296b76c
Add Mermaid.js for markdown support ( #5147 )
2 years ago
Blaž Hrastnik
bae890d8fa
Update tree-sitter-scheme
2 years ago
garlic0x1
a34ba071be
Fix commonlisp filetypes typo and auto-pairs ( #5091 )
2 years ago
Danilo Spinella
f323ffabcc
Treat patches as diff files ( #5085 )
2 years ago
Felipe S. S. Schneider
d14de27709
Add support for the BibTeX file format ( #5064 )
2 years ago
Blaž Hrastnik
417676953b
Add basic support for common lisp
2 years ago
Aleksey Kuznetsov
2123e91e56
Enable auto format for css and scss files ( #4987 )
...
provideFormatter enables capability in LS and
auto-format performs format on save
2 years ago