-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* vim eccc92792...150b5078a (3): > runtime(hcl,terraform): Add runtime files for HCL and Terraform > runtime(tmux): Update syntax script > patch 9.1.0715: Not correctly parsing color names (after v9.1.0709) https://github.com/vim/vim-appimage/actions/runs/10711964127
- Loading branch information
1 parent
9a2ca99
commit 295d736
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
12 files
+6 −0 | .github/MAINTAINERS | |
+40 −0 | runtime/autoload/hcl.vim | |
+10 −0 | runtime/ftplugin/hcl.vim | |
+16 −0 | runtime/indent/hcl.vim | |
+11 −0 | runtime/indent/terraform.vim | |
+66 −0 | runtime/syntax/hcl.vim | |
+17 −0 | runtime/syntax/terraform.vim | |
+2 −2 | runtime/syntax/tmux.vim | |
+4 −4 | src/highlight.c | |
+10 −0 | src/misc2.c | |
+1 −0 | src/proto/misc2.pro | |
+2 −0 | src/version.c |