Commit graph

441 commits

Author SHA1 Message Date
Amaan Qureshi
a4f4fcdd3e feat: add Doxygen 2023-08-26 04:58:36 -04:00
Amaan Qureshi
c58694685d feat: add re2c 2023-08-24 02:52:48 -04:00
Amaan Qureshi
7c935d6bd5 feat: add Forth 2023-08-21 05:04:42 -04:00
Amaan Qureshi
a185f8ebae feat: add strace 2023-08-20 14:52:06 -04:00
Amaan Qureshi
17d3398b5b feat: add CSV, PSV, & TSV 2023-08-17 11:15:54 -04:00
Amaan Qureshi
977e932726 feat: add BitBake 2023-08-17 11:14:32 -04:00
ObserverOfTime
f7bb866405 feat: add gpg config parser 2023-08-17 11:24:41 +03:00
Github Actions
04cab345e9 Update README 2023-08-17 07:51:55 +02:00
Tomas Sandven
087166aae1
feat(robot): update parser, queries and maintainer
* Update tree-sitter-robot version and maintainer

* Improve query code style

* Update tree-sitter-robot revision
2023-08-17 00:27:51 -04:00
ObserverOfTime
4e35ae6f71 feat: add pymanifest parser 2023-08-13 10:42:09 +03:00
ObserverOfTime
5b3dd8cff1 feat: add xml & dtd parsers 2023-08-13 10:34:57 +03:00
Christian Clason
2aa9e9b0e6 feat!: bump required Nvim version to 0.9.1 2023-08-12 17:34:15 +02:00
ObserverOfTime
898f9c13d6 feat: add requirements parser 2023-08-10 23:17:56 +03:00
Github Actions
bec1ceee16 Update README 2023-08-02 14:11:39 -04:00
Trey Wood
8968a3a541
feat!: change upstream proto parser and improve highlights 2023-08-02 13:54:53 -04:00
Github Actions
1c79da3300 Update README 2023-07-30 19:32:32 +02:00
Hugo
736a672afe
feat: add scfg 2023-07-25 16:49:09 -04:00
Github Actions
9fa6806b88 Update README 2023-07-18 23:29:20 +02:00
Github Actions
19b29f7cb0 Update README 2023-07-18 09:06:04 +02:00
Github Actions
f6c52eb839 Update README 2023-07-17 14:30:50 +02:00
Github Actions
180399295d Update README 2023-07-17 10:21:48 +02:00
github-actions[bot]
3af1220e18
Update README
Co-authored-by: Github Actions <actions@github>
2023-07-11 06:32:36 +00:00
Github Actions
11c685b354 Update README 2023-07-08 10:33:52 +02:00
Github Actions
896f2c7622 Update README 2023-07-04 11:12:22 +02:00
ObserverOfTime
adbabe9b5c chore: remove scheme & racket maintainer 2023-06-29 19:35:58 -04:00
urbit-pilled
04dda34cb7
feat: add Hoon language support
---------

Co-authored-by: urbit-pilled <urbit-pilled>
Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
2023-06-29 19:26:44 -04:00
Github Actions
e89fd9f963 Update README 2023-06-29 12:41:35 +02:00
ObserverOfTime
43fab6423c feat(pem): add parser 2023-06-28 07:07:05 +03:00
Github Actions
beda622736 Update README 2023-06-27 20:07:22 +02:00
Github Actions
0c5661e5fe Update README 2023-06-24 21:10:04 +02:00
Github Actions
9f87ac1ed1 Update README 2023-06-19 09:45:25 +02:00
Github Actions
1d670b0c90 Update README 2023-05-29 10:27:42 +02:00
Github Actions
1557f5cb9a Update README 2023-05-20 22:04:29 -04:00
Amaan Qureshi
dad1b7cd66 feat: add Objective-C 2023-05-19 12:24:38 -04:00
Colin Kennedy
4c35c0b75d Added USD as a language + some queries
Added USD highlight unittests

Added USD indentation

Added USD indents.scm file

Added USD indent rules

Simplified USD highlight groups

Added explicit highlight groups

Added newline

Removed after/ftdetect/usda.lua

usd/indents.scm - Added inline comments explaining the nodes

Fixed USD highlight group unittests

Added indentation unittests

Simplified USD `@identifier` highlighting

Added USD documentation highlight group tests

Simplified USD highlight groups

Moved USD `@identifier` and `@namespace` highlights into one place

Removed and simplified tests/query/highlights/usd

Simplified tests/query/highlights/usd more

Removed trailing newline

Combined USD test files

Added `set filetype=usd` to minimal_init.lua
2023-05-15 09:28:11 +02:00
Amaan Qureshi
40d373adcd feat: add Odin 2023-05-13 02:49:07 -04:00
Github Actions
195a0cda1a Update README 2023-04-30 23:10:32 -04:00
Amaan Qureshi
cde306813d feat: add luau 2023-04-28 10:29:42 -04:00
Amaan Qureshi
fe3afeaa73 feat: add puppet 2023-04-26 19:29:01 -04:00
Amaan Qureshi
5887528216 docs: update readme maintainers 2023-04-21 04:38:28 -04:00
Amaan Qureshi
c44a63ffdc feat(http): update parser queries from upstream 2023-04-20 05:50:08 -04:00
stefan
481d1eda24
docs: update gitconfig in readme to reflect parser name (#4656) 2023-04-20 03:17:44 +00:00
Christian Clason
584ccea56e
vim: switch to parser maintained by Neovim (#4610)
Problem: The current vimscript parser has not been maintained for a while, which was a blocker for packaging the coming Neovim release. 

Solution: Fork parser to https://github.com/neovim/tree-sitter-vim/ and maintain it there from now on.
2023-04-07 15:03:10 +02:00
Christian Clason
93fa5df0a3 chore(help)!: renamed to vimdoc 2023-04-01 16:10:11 +02:00
Github Actions
0a907316fa Update README 2023-03-27 11:04:29 -04:00
kylo252
1f087c91f5
fix(health): check required neovim version (#4330)
* fix(health): check required neovim version

* fixup(health)!: require v0.8.3 for is_in_node_range

* fixup(readme)!: always prefer latest neovim
2023-03-24 03:36:30 +01:00
Amaan Qureshi
40670af980 feat: add Bass 2023-03-22 06:34:30 -04:00
Amaan Qureshi
bc23db2515 feat: add Luadoc 2023-03-20 04:20:49 -04:00
Amaan Qureshi
17c275bfff feat: add LLVM TableGen 2023-03-16 10:58:50 -04:00
Ramkumar Ramachandra
5c4ea53070 parsers: add tree-sitter-mlir parser
The parser is currently in development, and 60-80% of MLIR files in the
test suite of MLIR, within the Arith, Math, SCF, Tensor, and Linalg
dialects parse successfully.
2023-03-14 01:50:12 +01:00