issues
search
vigoux
/
tree-sitter-viml
Tree-sitter parser for VimL
MIT License
74
stars
22
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support for abbreviations
#143
ad-chaos
opened
1 year ago
0
Add support for `@function.builtin`
#142
lmburns
opened
1 year ago
0
Feature: support for range call statement
#141
Fymyte
opened
1 year ago
1
Problem when highlighting syntax in the VimScript file.
#140
tranmanhlt7a4
opened
1 year ago
1
Support for method call syntax in call expressions
#139
ad-chaos
opened
1 year ago
2
fix: incorrect parsing when `a:var` follows `elseif`
#138
monaqa
closed
1 year ago
0
[bug] `<cmd>put "<cr>` treated as comment
#137
horriblename
opened
2 years ago
0
Rewrite highligting queries in order to make them behave (almost) the same in Neovim as in `tree-sitter highlight`
#136
jchros
opened
2 years ago
0
Add support for `:eval` command
#135
jchros
closed
2 years ago
0
Add support for ranges in `:call` and `:global`
#134
jchros
opened
2 years ago
3
Add support for `:set-!`
#133
jchros
closed
2 years ago
1
Add support for line continuation comments
#132
jchros
closed
2 years ago
2
Using `!` inside `<Cmd>...<CR>` breaks line's highlighting
#131
cptchuckles
closed
2 years ago
0
Fix some highlights
#130
ObserverOfTime
closed
2 years ago
1
Filetype keyword
#129
Akmadan23
closed
2 years ago
16
Add `source` keyword
#128
Akmadan23
closed
2 years ago
5
fix(keywords): swap NNOREMAP and VNOREMAP
#127
viegasfh
closed
2 years ago
0
Treesitter Vim Broken: Failed to Execute the Following Command...
#126
unrealapex
closed
2 years ago
1
Add method call expression support
#125
Fymyte
opened
2 years ago
6
Allow all autocmd list and remove construct
#124
Fymyte
opened
2 years ago
0
Add support for listing single group
#123
Fymyte
closed
2 years ago
0
Add support for neovim 0.8 highlights
#122
Fymyte
closed
2 years ago
0
Loosen parsing of command repl
#121
Fymyte
closed
2 years ago
0
Does this grammar support the full VimScript language?
#120
viegasfh
opened
2 years ago
3
fix(map): loosen parsing of `:...<CR>` mapping
#119
Fymyte
closed
2 years ago
0
Better support of Vim9?
#118
ajukraine
closed
2 years ago
3
Add `:edit` and alternatives
#117
Fymyte
closed
2 years ago
0
Mapping right-hand side is too restrictive when parsing commands
#116
vigoux
closed
2 years ago
0
ref(syntax): move syntax rules in their own file
#115
Fymyte
closed
2 years ago
0
ref(command): move `user-commands` to a new file
#114
Fymyte
closed
2 years ago
1
Error when parsing string concatenation
#113
vigoux
closed
2 years ago
2
Use fields for command behaviors
#112
Fymyte
closed
2 years ago
0
Lua injection fails after `2dbe41988636062fe5c00aefe75a47a4d849d9d2`
#111
lmburns
closed
2 years ago
4
Line continuations are not properly highlighted
#110
ad-chaos
closed
2 years ago
2
Update CONTRIBUTING.md to match current workflow
#109
jchros
closed
2 years ago
0
Add support for `:break` and `:continue` statements
#108
jchros
closed
2 years ago
1
Add support for `:let-heredoc` and fix `:lang-heredoc`
#107
jchros
closed
2 years ago
18
Fix parsing error for functions defined with bangs
#106
jchros
closed
2 years ago
4
Parsing errors in the most recent version
#105
stevearc
closed
2 years ago
0
Add support for the `anonymous-function` feature and allow calling results of expressions
#104
jchros
closed
2 years ago
3
[Bug Report] dict function is not recognized
#103
4513ECHO
closed
2 years ago
1
Add support for the literal-Dict feature
#102
jchros
closed
2 years ago
0
The :let-heredoc feature isn't supported
#101
jchros
closed
2 years ago
3
The literal-Dict feature isn't supported
#100
jchros
closed
2 years ago
0
Add `scriptencoding` command
#99
Fymyte
closed
2 years ago
0
Add `setfiletype` command
#98
Fymyte
closed
2 years ago
0
Invalid position of comment node after `user_command` when next line starts with a whitespace
#97
EtiamNullam
opened
2 years ago
5
Inject regex grammar
#96
bennypowers
opened
2 years ago
4
feat(command): support unknown builtin commands
#95
vigoux
closed
2 years ago
3
Parsing error: `noremap` with `<cmd>`
#94
clason
closed
2 years ago
9
Next