Commit graph

364 commits

Author SHA1 Message Date
Amaan Qureshi
c38646edf2 feat: add cpon 2023-02-24 01:14:47 -08:00
Amaan Qureshi
1641c4f3b4 feat: add starlark 2023-02-23 15:28:30 -08:00
Github Actions
8b444f9997 Update README 2023-02-22 14:32:45 +01:00
Amaan Qureshi
8c4a22fd50 feat(smali): improve queries 2023-02-22 14:11:22 +01:00
Github Actions
b23856a88e Update README 2023-02-16 03:01:59 -08:00
Kiyoon Kim
80e41f22ce prettier formatting yml and md 2023-02-16 01:48:37 -08:00
Kiyoon Kim
73559e3793
docs(readme): remove ambiguous comment (#4321)
I've seen many people, including myself, being confused about `highlight { enable = false }` disabling the whole extension. It means it will disable highlighting, but people get it wrong thinking that they can't use textobjects or any other treesitter related stuff.
2023-02-15 10:20:06 +01:00
Github Actions
f475b24c81 Update README 2023-02-14 12:06:29 +01:00
Amaan Qureshi
c3a7dd4768 feat: improve KDL queries 2023-02-05 23:08:41 -08:00
Amaan Qureshi
720f75f988 feat: add RON 2023-02-05 02:21:49 -08:00
ObserverOfTime
bd7b4b6eff feat: add chatito 2023-02-04 04:19:40 -08:00
Amaan Qureshi
98a52ce300 feat: add gosum 2023-02-03 20:38:40 +02:00
Amaan Qureshi
660a070af7 feat: add func 2023-02-02 23:28:46 +02:00
Amaan Qureshi
e00952111e
feat: add smithy (#4245) 2023-01-31 16:14:58 +02:00
Amaan Qureshi
cbb43a64a3 feat: add elsa 2023-01-30 09:45:17 +02:00
Amaan Qureshi
aad763de6b
feat: add kdl (#4227)
* feat: add kdl

* feat: comment queries

* fix(kdl): comments properly highlighted now

* feat(kdl): folds

* chore: bump revision to feature-complete parser

* fix: folds
2023-01-28 13:59:56 +01:00
ObserverOfTime
de459332e2 feat: add poe_filter 2023-01-25 23:53:04 +02:00
Amaan Qureshi
f826b7af13 refactor(capnp, thrift): improve grammar & queries to stable for the foreseeable future 2023-01-23 22:26:16 +01:00
Github Actions
6c9f3d03e5 Update README 2023-01-23 09:50:30 +01:00
Amaan Qureshi
6cf93175bf
feat: add capnp (#4203) 2023-01-23 10:00:32 +02:00
Github Actions
405fe27cd1 Update README 2023-01-22 11:41:25 +01:00
ObserverOfTime
ec018f1a5f docs: update readme 2023-01-21 20:39:10 +01:00
ObserverOfTime
f5f7c7e004 feat: add htmldjango 2023-01-21 17:01:45 +01:00
Amaan Qureshi
08e1adae53
feat: add thrift (#4185) 2023-01-21 14:39:15 +02:00
Matthew Gramigna
622baacdc1
parsers: Add FHIR Shorthand (FSH) (#4052) 2023-01-18 17:58:45 +00:00
Gaetan Lepage
368b4d48d4 readme: runtimepath before setup call 2023-01-14 11:55:19 +01:00
Christian Clason
564f4224ab
docs: install four bundled parser in README
Now that Neovim bundles C, Lua, Vim, and Help parsers, these should be installed with nvim-treesitter as well to make sure that matching parser and query versions are used.
2023-01-10 13:10:54 +01:00
Amaan Q
c657cf6b11 feat: add smali to lockfile, parser, and link to repo in README 2023-01-09 21:24:54 +01:00
Stephan Seitz
ae5ab287bb docs: link to Matrix instead of Zulip 2022-12-31 13:48:23 +01:00
Michael Hoffmann
ee3e9f4dc0 feat(hcl,terraform): split terraform from hcl, add specialized queries for tf
This enables us to have different queries for
terraform and general hcl. It solve the situation
where other dialects of hcl (nomad, packer, etc)
might use a terraform keyword and get highlighted
out of place.
2022-12-29 22:18:41 +01:00
Emmanuel Briot
23906e8838 feat: add Ada 2022-12-22 14:46:53 +01:00
Stephan Seitz
507527711f feat: allow to set keymappings to false
Fixes #3954
2022-12-15 14:55:15 +01:00
ObserverOfTime
67332894ef docs: fix wrong maintainers 2022-11-26 13:17:51 +02:00
Github Actions
4b2cd221be Update README 2022-11-25 13:27:12 +01:00
gbprod
118a87f7e7 feat: add gitcommit parser 2022-11-24 12:26:02 +01:00
ObserverOfTime
126a271363 feat: add mermaid 2022-11-20 12:24:55 +01:00
ObserverOfTime
8a261e32ec feat: add jq 2022-11-18 18:17:52 +01:00
Christian Clason
f5c088771b docs: remove readme png from version control 2022-11-18 17:29:37 +01:00
Github Actions
e82cc93d57 Update README 2022-11-18 16:51:55 +01:00
Github Actions
7b5fcf943c Update README 2022-11-16 10:46:08 +01:00
github-actions[bot]
1d443fe78f
Update README (#3802)
Co-authored-by: Github Actions <actions@github>
2022-11-13 11:43:28 +00:00
Carlos Alexandro Becker
eff0d43b49
feat: vhs (.tape) support (#3726) 2022-11-13 12:33:54 +01:00
Wuelner Martínez
4f8b2480b3 fix(readme): disable folding at startup 2022-11-01 22:43:50 +01:00
Jelle Haandrikman
7709eb4b47 Disable folding at startup. 2022-11-01 10:16:42 +01:00
Github Actions
3cab7b4346 Update README 2022-10-28 11:27:57 +02:00
gbprod
053f88f556 feat(git_rebase): add git_rebase parser 2022-10-28 10:36:23 +02:00
Github Actions
d49495fe72 Update README 2022-10-20 09:26:28 +02:00
gbprod
1e4b23c266 feat(diff): add diff parser
This commit introduce diff parser.
2022-10-19 16:22:58 -07:00
Christian Clason
de2fa5327a fix(readme): update highlight instructions 2022-10-17 09:20:42 +02:00
Christian Clason
42ab95d5e1 feat!: remove obsolete TS* highlight groups 2022-10-16 15:50:55 +02:00