vim-raml icon indicating copy to clipboard operation
vim-raml copied to clipboard

Vim syntax and language settings for RAML (Now a part of Vim 8 & NeoVim!)

Results 2 vim-raml issues
Sort by recently updated
recently updated
newest added

It looks like strings are handled differently depending on whether they're quoted, vs literal, folded or unquoted. For example: ``` yaml description: | foo description: > foo description: foo description:...

If I'm defining a type like this: ``` yaml Person: properties: age: type: integer description: | The number of years the person has been alive. ``` The word "number" is...

bug