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
Turiiya
dbdbd71b41
fix(v): add vlang as filetype
2023-03-22 11:48:36 +01:00
Amaan Qureshi
40670af980
feat: add Bass
2023-03-22 06:34:30 -04:00
Benny Powers
19d9af8fb0
feat(html): injections in <script type>
...
refactor(html): remove superfluous injection query
fix(html): associate "module" type with "javascript"
2023-03-22 02:28:21 -04:00
ObserverOfTime
379305aa7f
fix(parsers): alias sh to bash
2023-03-21 00:00:05 +02:00
Amaan Qureshi
bc23db2515
feat: add Luadoc
2023-03-20 04:20:49 -04:00
derekstride
dcb9a89ab4
Use pre-generated parser files for sql grammar
2023-03-16 21:48:28 +01:00
Amaan Qureshi
f3fbc7c9a7
fix: check if repo location exists for local paths
2023-03-16 19:18:26 +01:00
Amaan Qureshi
17c275bfff
feat: add LLVM TableGen
2023-03-16 10:58:50 -04:00
Adam Wolski
273d5e9ac5
fix(windows): treat any non-cmd shell as powershell like in selector
2023-03-16 04:23:14 -04:00
Adam Wolski
677dd11c6a
fix(windows): fix invalid powershell separator during install
2023-03-16 04:23:14 -04:00
George Harker
fa0644667e
fix: change folding algorithm to fix Python indents
2023-03-15 22:44:59 +01: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
Amaan Qureshi
079a50f66e
refactor!: remove setting the update strategy
2023-03-11 17:52:54 -05:00
Amaan Qureshi
0e266bfc29
docs: add missing fields from InstallInfo, update code docs related to installation
2023-03-11 17:05:55 -05:00
Amaan Qureshi
4b04eaa5ce
chore: clean up parsers.lua
2023-03-11 17:05:55 -05:00
Amaan Qureshi
207a86e4c9
feat: add Hare
2023-03-11 03:45:31 -05:00
Amaan Qureshi
0db1cc348e
feat: add gitconfig
2023-03-10 03:00:55 -05:00
Amaan Qureshi
faa4caa661
chore(gleam): update parser info
2023-03-10 02:41:45 -05:00
Amaan Qureshi
4096d010c5
fix(gleam): add scanner.c to parsers list & update lockfile
2023-03-10 02:41:45 -05:00
Amaan Qureshi
71be7c04d5
feat: add Squirrel
2023-03-07 23:45:54 -05:00
Amaan Qureshi
ba4bce9bb7
feat: add Uxn Tal
2023-03-07 12:49:04 +01:00
ObserverOfTime
1ceaceb9de
docs: fix readme names
2023-03-04 20:36:57 +02:00
Amaan Qureshi
c9d7918901
feat: add luap
2023-03-04 11:32:25 -05:00
Amaan Qureshi
376d74006f
feat: add cue
2023-03-04 05:08:18 -05:00
Christian Clason
07fb134752
markdown!: switch to scanner.c
2023-03-02 18:08:03 +01:00
Preston Knopp
36b1038a65
Update gdscript queries ( #4405 )
...
* locals(gdscript): update locals
* folds(gdscript): add folds
* indents(gdscript): update indents with notes
* highlights(gdscript): update highlights
* docs(gdscript): add gdscript maintainer
* indents(gdscript): add ERROR auto indent
Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
* highlights(gdscript): use text.uri for get_node and node_path
* highlights(gdscript): add "@" of annotation as attribute
* highlights(gdscript): use keyword.operator for "new", match all attribute_call
* highlights(gdscript): update (underscore) and (pattern_open_ending)
---------
Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
2023-03-02 07:28:13 +00:00
Jaehwang Jung
b145021499
fix: remove wrong/pointless tostring
2023-03-02 00:30:35 -05:00
Matthias Q
0572657d4d
feat: add prql ( #4393 )
...
* feat: add prql
* highlights(prql): null as constant.builtin
* highlights(prql): add missing kwd, update queries
* highlights(prql): remove redundant queries
* highlights(prql): make `->` a delimiter
* highlights(prql): instructions to `@method.call`
2023-03-01 15:21:11 -05:00
Amaan Qureshi
5b9339f6f4
feat: add PO
2023-03-01 02:56:14 -05:00
Amaan Qureshi
d80c99cab0
fix(qmldir): add to parsers.lua
2023-03-01 09:55:50 +02:00
Amaan Qureshi
3fe80dbecd
feat: add passwd
2023-02-28 17:48:11 -05:00
Amaan Qureshi
316200f77d
feat: add matlab
2023-02-28 02:51:00 -05:00
Mitchell Hanberg
f0617c31f4
fix(eex): map eelixir filetype to the eex parser
2023-02-27 23:38:18 -05:00
Amaan Qureshi
5cfb5d7768
feat(fortran): update highlight queries
2023-02-27 20:24:32 -05:00
Philipp Mildenberger
b9a7591b6c
feat: add yuck
2023-02-27 17:57:04 -05:00
Christian Clason
4f8f4fe4c1
fix: do not recommend removing bundled parsers
2023-02-26 00:21:41 +01:00
Kiyoon Kim
df968afd9d
goto_node select last character when in operator-pending mode
2023-02-25 02:26:31 -05:00
Philipp Mildenberger
fe80f7c2bb
feat: add ungrammar
2023-02-24 18:42:35 -05:00
Nat Williams
20a8f30ace
use positive option "allow_duplicates" instead of negative "dedupe"
2023-02-24 14:55:30 -08:00
Nat Williams
3fab7abf6f
add statusline option to dedupe or not
2023-02-24 14:55:30 -08:00
Nat Williams
22de3532cc
also pass the node to the statusline transform fn
2023-02-24 14:55:30 -08:00
Amaan Qureshi
028b7dfbdd
feat: add bicep
2023-02-24 17:43:13 -05:00
Amaan Qureshi
e138c066f7
feat(health): sort parser list for clarity
2023-02-24 13:38:20 -08:00
Amaan Qureshi
5c511dd124
feat(solidity): use maintained parser and update highlights accordingly
2023-02-24 13:05:33 -08:00
Lewis Russell
801ef85f93
feat: use vim.treesitter.language.get_lang/add/register()
2023-02-24 10:09:43 +00:00
Lewis Russell
f15d3b0322
feat!: remove support for used_by in parser configs
2023-02-24 10:09:43 +00:00
Amaan Qureshi
c38646edf2
feat: add cpon
2023-02-24 01:14:47 -08:00
Amaan Qureshi
853b1ab39a
style: fill in missing code docs wherever applicable
2023-02-24 01:08:23 -08:00
Amaan Qureshi
fceb4ed0ec
feat: add dhall
2023-02-24 09:10:11 +02:00