Commit graph

886 commits

Author SHA1 Message Date
HiPhish
18d1350ec3 Add Java test-case for multi-dimensional dimensions 2024-01-07 00:04:23 +01:00
kawre
da7e401005 fix: java dimensions highlight 2024-01-06 16:56:37 +01:00
HiPhish
f7a55274a7 Add Examples to Java 2024-01-06 01:26:32 +01:00
kawre
acebeb8f4d fix: annotation delimiter query 2024-01-05 19:04:58 +01:00
kawre
3f33fb6728 feat: add missing java delimiters 2024-01-05 18:54:21 +01:00
HiPhish
4a90ac83c7 Merge branch 'health-fix' 2024-01-02 12:55:11 +01:00
Danielkonge
668edb1de4 fix: type and checkhealth updates
Co-authored-by: Alejandro Sanchez <hiphish@posteo.de>
2024-01-02 12:40:26 +01:00
HiPhish
1ed4613437 Add XML support 2023-12-31 00:37:53 +01:00
HiPhish
a249476e45 Release version 0.3.0 2023-12-24 19:15:11 +01:00
HiPhish
9c4639af94 Add Christmas strategy module 2023-12-24 19:09:18 +01:00
HiPhish
35413f67fb Update changelog 2023-12-24 02:21:37 +01:00
Riley Bruins
e78b01a647 feat: query for only react tags in jsx,tsx 2023-12-23 10:58:33 -08:00
HiPhish
dfac7cdeae Merge branch 'c-queries' 2023-12-23 01:49:25 +01:00
HiPhish
5140e28b92 Update changelog 2023-12-23 01:48:22 +01:00
Danielkonge
63d52b0f23 Add more c queries
Co-authored-by: Alejandro Sanchez <hiphish@posteo.de>
2023-12-21 01:57:58 +01:00
HiPhish
a27051f08f Update README 2023-12-20 00:12:33 +01:00
Jeremy Capblancq
e4fb8bdb28
feat(elixir): added query for access_call 2023-12-18 19:37:49 -05:00
HiPhish
b510fd445b Add missing table_binding pattern in Fennel 2023-12-17 12:34:21 +01:00
HiPhish
bc42902d3e Update changelog 2023-12-16 11:56:42 +01:00
aMOPel
a54da1a6fe fix(nim): updated fields to work with recent parser version 2023-12-16 11:24:32 +01:00
HiPhish
0b4c1ab672 Fix a type annotation 2023-12-13 17:07:21 +01:00
HiPhish
cc1783ca5f Allow arguments in configuration functions 2023-12-12 23:22:15 +01:00
HiPhish
cc5f3a0081 Evaluate config thunks in specific buffer context
Same as the previous commit, except for strategies and priorities.
2023-12-10 19:57:00 +01:00
HiPhish
65939c2653 Add ability to query relative to a given buffer
Changes in one buffer can cause changes in another buffer.  The second
buffer will be updated, thus if we dynamically determine the query we
need to pass the number of the affected buffer along.
2023-12-10 19:47:22 +01:00
HiPhish
c1635c2429 Update changelog 2023-12-10 16:11:32 +01:00
HiPhish
cb6a27ac52 Merge branch 'bazel' 2023-12-10 16:11:00 +01:00
HiPhish
08053f4032 Add Starlark highlight test file 2023-12-10 16:02:17 +01:00
HiPhish
b61a743df9 Update changelog 2023-12-10 15:26:48 +01:00
HiPhish
40db8ad6c9 Merge branch 'bash-additions' 2023-12-10 15:24:39 +01:00
HiPhish
487abfe8bc Merge branch 'indent-strategy' 2023-12-10 13:12:50 +01:00
HiPhish
d2ee5e7ff6 Update changelog 2023-12-10 13:12:02 +01:00
HiPhish
6ee14cffa5 Adjust manual 2023-12-10 11:50:58 +01:00
HiPhish
78b2eb3b51 Update changelog 2023-12-10 10:28:15 +01:00
Hoang Nguyen
fb36cbc8f1
feat(starlark): add support for Starlark filetype
This is mostly identical to Python, without `generator_expression`
2023-12-10 00:00:00 +07:00
Hoang Nguyen
84fc4babdc
feat(bash): add additional queries
* function definition and function body
* array
* subscript (array index)
* arithmetic expression
2023-12-10 00:00:00 +07:00
Danielkonge
674c03e2ca Add missing c query 2023-12-08 14:15:19 +01:00
Danielkonge
8fbbc14ee6 Update docs 2023-11-29 21:19:59 +01:00
Danielkonge
b2377da8a4 Allow query choice via function 2023-11-29 21:08:12 +01:00
Danielkonge
790448c10e Add query rainbow-blocks queries 2023-11-29 15:41:31 +01:00
HiPhish
47404636a3 Release version 0.2.0 2023-11-26 23:52:45 +01:00
Danielkonge
6aaaf119e3 Minor code formatting cleanup 2023-11-26 00:16:12 +01:00
HiPhish
c7472dc1cb Reformat changelog 2023-11-25 21:19:06 +01:00
HiPhish
86216ebfea Update changelog 2023-11-25 21:14:01 +01:00
Hoang Nguyen
db8e18b164
Add luadoc types for terraform 2023-11-25 00:00:00 +07:00
Hoang Nguyen
55f7d44725
feat(go): add queries for slice_expression and array_type 2023-11-25 12:55:40 +07:00
Hoang Nguyen
00eede715f
feat(scss): add query for mixin parameters 2023-11-25 12:55:39 +07:00
Hoang Nguyen
a237751b11
feat(css): add more queries
* feature/attribute selector
* function's arguments
2023-11-25 12:55:39 +07:00
Hoang Nguyen
6906560814
feat(hcl): add additional queries
* index
* for expressions
* arithmetic and logical expressions
* escape sequences inside string template
2023-11-25 12:55:39 +07:00
Hoang Nguyen
32a30136c2
feat(terraform): inherit queries from HCL 2023-11-25 12:55:19 +07:00
HiPhish
fdd507455a Add highlight priority setting 2023-11-24 21:00:05 +01:00