vala.vim icon indicating copy to clipboard operation
vala.vim copied to clipboard

Vala syntax highlighting, indentation, snippets and more for Vim

Results 6 vala.vim issues
Sort by recently updated
recently updated
newest added

https://github.com/vala-lang/vala.vim/blob/ce569e187bf8f9b506692ef08c10b584595f8e2d/syntax/vala.vim#L131 here you mention that a string also ends at the end of a line, which is not true with actual code: ![image](https://github.com/vala-lang/vala.vim/assets/40312793/1c7a5598-fd54-4fc2-90ba-06d760befb94) by removing the end of line: ![image](https://github.com/vala-lang/vala.vim/assets/40312793/310cecfa-526d-4ef9-a656-8a44385b10e7)...

Hi there! We have had [an issue about adding Vala support to vim in elementary OS](https://github.com/elementary/os-patches/issues/100) and I wonder if it would be possible to upstream the .vim file to...

That could be amazing, if vala.vim could support vala-lint checker from https://github.com/vala-lang/vala-lint

enhancement
help wanted

```vala public static void main(string[] args) { int[] c = b[1:3]; // { 4, 6 } { // something } ``` In the code, the last ``}`` in comment is...

help wanted

The `value` keyword is used in auto-generated setters and is appropriately highlighted. However, it is also highlighted in non-setter methods, leading to a bit of confusion.

help wanted

After typing the start of a valadoc comment `/**`, followed by an Enter, it would come in very handy to: 1. Have the next line automatically start with ` *...