Commit graph

886 commits

Author SHA1 Message Date
HiPhish
a2da59bdac Merge branch 'LuaLS' 2023-11-23 23:29:27 +01:00
Danielkonge
db6be21496 Add note on types to CONTRIBUTING.rst 2023-11-23 00:35:58 +01:00
Danielkonge
589917a99e Add more types for better LSP info
Co-authored-by: Alejandro Sanchez <hiphish@posteo.de>
2023-11-23 00:35:49 +01:00
HiPhish
7f3cfa07f2 Merge branch 'luadoc' 2023-11-22 23:24:36 +01:00
HiPhish
60863ddef5 Update changelog 2023-11-22 23:24:00 +01:00
Danielkonge
308db2f683 Add luadoc queries 2023-11-20 15:06:47 +01:00
HiPhish
c6dce365e6 Kotlin: fix pattern for when without subject 2023-11-19 16:40:12 +01:00
HiPhish
8ee0af5e32 Fix when pattern in Kotlin 2023-11-19 16:30:51 +01:00
HiPhish
fb7272cd58 Update changelog 2023-11-19 16:19:52 +01:00
Patrick Haun
72a74d6786
add kotlin support 2023-11-19 16:05:25 +01:00
HiPhish
0722103571 Merge branch 'toml' 2023-11-19 10:05:12 +01:00
HiPhish
d946fac5d5 Update changelog 2023-11-19 10:04:40 +01:00
HiPhish
f1d4bab540 Merge branch 'nix-update' 2023-11-18 20:43:12 +01:00
HiPhish
6926e1fa90 Update changelog 2023-11-18 20:42:27 +01:00
HiPhish
dc073524ef Update changelog 2023-11-18 20:38:17 +01:00
Hoang Nguyen
eb2e0affc8
feat(toml): add support for TOML 2023-11-19 00:00:00 +07:00
Hoang Nguyen
0e96d96e8c
feat(nix): add support for recursive and inherit attributes 2023-11-19 00:00:00 +07:00
Patrick Haun
650f762e99
Match switch statements in ts/js 2023-11-18 16:23:23 +01:00
HiPhish
769436897e Add modeline to templ test file
Neovim does not recognise that file type out of the box.
2023-11-18 10:37:01 +01:00
HiPhish
7cf719975b Merge branch 'cue' 2023-11-17 21:13:51 +01:00
HiPhish
6440c97d91 Update changelog 2023-11-17 21:13:08 +01:00
HiPhish
3dc8b63d7b Update changelog 2023-11-17 20:21:30 +01:00
Hoang Nguyen
9a1ffa28d3
feat(templ): add queries for script and css declarations 2023-11-18 00:00:00 +07:00
Hoang Nguyen
98f9a8620c
feat(cue): add queries 2023-11-18 00:00:00 +07:00
HiPhish
5438ed66b0 Update changelog 2023-11-17 18:45:30 +01:00
Hoang Nguyen
c2701ef384
feat(templ): add queries 2023-11-18 00:00:00 +07:00
Danielkonge
1731829d3c Bug fix - fixes #59 2023-11-17 17:54:41 +01:00
Danielkonge
538b4aec98 Minor lua code fixes 2023-11-16 00:46:55 +01:00
Danielkonge
fd243cd0a2 Minor docs fixes 2023-11-16 00:42:45 +01:00
HiPhish
ffb31befab Merge branch 'html-tag-names' 2023-11-15 22:03:50 +01:00
Danielkonge
4ebe57333f Add comment on using only tag names in html 2023-11-14 23:59:31 +01:00
HiPhish
a3cfa42deb Fix README 2023-11-14 23:47:56 +01:00
HiPhish
efcbf8bb3e Add new screenshots to README 2023-11-14 23:42:04 +01:00
HiPhish
6e00f6b1e0 Update changelog 2023-11-14 23:26:43 +01:00
HiPhish
0e3ebd01c0 Merge branch 'aMOPel/master' 2023-11-14 23:25:34 +01:00
aMOPel
727b41863a feat(nim): added queries and tests
Co-authored-by: HiPhish <hiphish@posteo.de>
Co-authored-by: Daniel Kongsgaard <dakongsgaard@gmail.com>
2023-11-13 08:46:00 +01:00
HiPhish
9515abd92a Release 0.1.0 2023-11-12 22:55:59 +01:00
HiPhish
2003d6d1f7 Merge branch 'Cleanup' 2023-11-12 22:54:52 +01:00
Danielkonge
4586784c02 Minor cleanup 2023-11-12 21:58:28 +01:00
Tom Nunn
9492c13ca9 feat(elm): Add elm queries 2023-11-12 21:44:15 +01:00
HiPhish
a5e8fb4960 Remove large ASCII art header from manual
It was cool, but it does not work well with Tree-sitter.
2023-11-11 14:58:18 +01:00
HiPhish
ac045cafb5 Add file type to code listings in manual 2023-11-11 14:52:23 +01:00
HiPhish
63cbaef379 Update README 2023-11-11 14:42:44 +01:00
HiPhish
67d360cb99 Update queries and test files to new logic
Co-authored-by: Danielkonge <dakongsgaard@gmail.com>
2023-11-07 23:21:32 +01:00
HiPhish
a298d32172 Update documentation for new delimiter captures
Co-authored-by: Danielkonge <dakongsgaard@gmail.com>
2023-11-07 23:21:21 +01:00
HiPhish
5a91998e54 Switch highlighting logic to delimiter captures
This changes fundamentally how highlighting works: we only have one type
of delimiter capture and we use a sentinel capture to mark the end of
the delimited container.

Co-authored-by: Danielkonge <dakongsgaard@gmail.com>
2023-11-07 23:20:54 +01:00
HiPhish
df8cdf6823 Merge branch 'go-index' into 'master'
feat(go): add query for index expression

See merge request HiPhish/rainbow-delimiters.nvim!4
2023-10-29 10:03:02 +00:00
Hoang Nguyen
a3ace1cf8a
feat(go): add query for index expression
.e.g. list[index]
2023-10-28 00:00:00 +07:00
delphinus
9fda1322e7 feat(perl): add support for Perl 2023-10-22 12:10:40 +02:00
HiPhish
b160af1d2a Allow calling the setup module directly 2023-10-17 23:15:06 +02:00