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

Add more language tests

Open connorholyday opened this issue 6 years ago • 2 comments

The tests directory could do with more languages.

Each file should contain a good representation of the language with a variety of data structures to capture a good range of syntax highlighting.

  • [x] JSON
  • [ ] Twig
  • [ ] Pug
  • [ ] HAML
  • [ ] Go
  • [x] Scss
  • [x] Sass

connorholyday avatar Apr 26 '18 08:04 connorholyday

Hey is it possible I can pick this up for the json examples and if so what so of structure for the source would you want? E. G explaining particular structures like here is how it looks for inner entities and here is how you do a json array? I see from examples is sample source code so I imagine you want it done like this

E. G.

widget": { "debug": "on", "window": { "title": "sample", "name": "main_window", "width": 500, "height": 500 },

...

Thanks

alexanderbrown21 avatar May 15 '19 22:05 alexanderbrown21

Hey @alexanderbrown21 yeah I'm just looking for source files that highlight all or most of the language features, so we can see what the syntax highlighting looks like and adjust anything that doesn't feel right :) feel free to open a PR with a screenshot of the file using the theme

connorholyday avatar May 16 '19 08:05 connorholyday