Riley Bruins
|
9a47a523e3
|
feat: import statement folds for common languages
|
2024-05-01 10:00:01 +02:00 |
|
Pham Huy Hoang
|
57a8acf0c4
|
chore: query formatting
|
2024-01-19 16:58:37 +01:00 |
|
Amaan Qureshi
|
eb96ca52a7
|
fix(c): add missing folds
|
2023-10-04 06:36:59 -04:00 |
|
Amaan Qureshi
|
ad3805f5c3
|
fix(c)!: update C, CPP parsers and queries
also update derived parsers (arduino, cuda, glsl, hlsl, ispc, objc)
|
2023-07-27 09:51:13 +02:00 |
|
Stephan Seitz
|
7f7ef0af9d
|
folds(c): fold raw compound_statements
This will fold in particular around raw braces
as reported in #2359 while avoiding to have double folds
at functions+braces.
|
2022-01-28 19:54:26 +01:00 |
|
Cédric Barreteau
|
91fdda9b5c
|
folds(c): fold at compound_statement
|
2022-01-24 22:56:58 +01:00 |
|
igorlfs
|
6e25164004
|
Fix #1853
|
2021-09-30 19:36:29 +02:00 |
|
Stephan Seitz
|
6b31df7852
|
c(folds): fold on enums
|
2021-07-14 23:00:14 +02:00 |
|
Stephan Seitz
|
563616738b
|
folds(c): fold at case_statement
|
2021-04-26 05:15:55 +02:00 |
|
Thomas Vigouroux
|
03bb038c70
|
fix(c): fold switch statements
|
2021-04-22 16:30:31 +02:00 |
|
Stephan Seitz
|
382e09aa56
|
Fix #724: Add (initializer_list) to C folds
|
2020-11-30 11:13:20 +01:00 |
|
Santos Gallegos
|
50991e370b
|
Folds: rename query files to folds.scm to be consistent
We use plural names for all query files except folds.
|
2020-09-14 18:26:30 +02:00 |
|