Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more language tests #11

Open
3 of 7 tasks
connorholyday opened this issue Apr 26, 2018 · 2 comments
Open
3 of 7 tasks

Add more language tests #11

connorholyday opened this issue Apr 26, 2018 · 2 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@connorholyday
Copy link
Owner

connorholyday commented Apr 26, 2018

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.

  • JSON
  • Twig
  • Pug
  • HAML
  • Go
  • Scss
  • Sass
@connorholyday connorholyday added help wanted Extra attention is needed good first issue Good for newcomers labels Apr 26, 2018
@alexanderbrown21
Copy link
Contributor

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

@connorholyday
Copy link
Owner Author

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 added a commit that referenced this issue May 30, 2019
Add test.json to show JSON syntax highlighting (#11)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants