Santos Gallegos
67f0857015
Revert "Comment: use @combined to create just one tree per buffer ( #1252 )"
...
This reverts commit 4a7a713c52 .
2021-05-07 16:51:57 +02:00
Santos Gallegos
4a7a713c52
Comment: use @combined to create just one tree per buffer ( #1252 )
...
* Comment: use `@combined` to create just one tree per buffer
There is no need to create a tree per line/block for comments.
Should fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1251
* Add injections for scss
* Fix jsonc
* Combine jsdoc
2021-04-28 07:19:07 -05:00
Stephan Seitz
3695e58dd3
highlights(csharp): add "with" as @keyword.operator
2021-04-22 18:07:36 +02:00
Santos Gallegos
e4083fc8e1
Add comment parser to highlight comment tags ( #893 )
...
Closes #236
2021-03-12 11:21:46 -05:00
Stephan Seitz
3362f45196
Remove textobjects module
2020-10-04 14:20:20 +02:00
Stephan Seitz
bcf421b4e7
Fix #307 : Use and document TSVariable/TSVariableBuiltin in all languages
2020-09-14 18:27:20 +02:00
Steve Vermeulen
23a16ab605
Added some more fixes to c# highlighting
2020-07-20 23:19:18 +02:00
Steve Vermeulen
d22e0dd865
Few more minor fixes to c# highlighting to cover other cases of types being used
2020-07-20 23:19:18 +02:00
Steve Vermeulen
e6fe7cdab0
Fixed to use @float instead of just @number
2020-07-20 23:19:18 +02:00
Steve Vermeulen
2391930b70
Commenting out the attempt to highlight method calls for now
2020-07-20 23:19:18 +02:00
Steve Vermeulen
e6300a045a
C# highlighting - Fixed to highlight method calls, and changed break to be conditional instead of a repeat
2020-07-20 23:19:18 +02:00
Steve Vermeulen
870825e0e8
Added more highlight groups to C# file
2020-07-20 23:19:18 +02:00
Steve Vermeulen
4d71e1455c
Added first attempt at highlighting and text objects for csharp
2020-07-20 23:19:18 +02:00