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 support for IonSchema? #7

Open
cameronsstone opened this issue Apr 14, 2019 · 4 comments
Open

Add support for IonSchema? #7

cameronsstone opened this issue Apr 14, 2019 · 4 comments

Comments

@cameronsstone
Copy link

[Feature Request]: add support for IonSchema files?

You've got the spec and a kotlin parser. It'd be great to have the additional highlighting, and syntax error detection.

Stretch goal: support navigation between types. 🥺

@jayessdeesea
Copy link

This would help me validate my data is well formed without having to write code

@hsbakshi
Copy link

hsbakshi commented Mar 10, 2023

Please also include support for files with the *.isl file extension. This extension is used in the examples in the Ion spec.

@r0b0ji
Copy link

r0b0ji commented Apr 28, 2024

You can already do this by associating .isl file type with Ion plugin.

  1. Configure: Settings | Editor | File Types
  2. In the list of Recognized File Types find, Ion language file and click that
  3. In the file name patterns, add *.isl

@dlurton
Copy link

dlurton commented Jul 25, 2024

The association suggested by @r0b0ji should be added by default, IMO. This can be done easily, without full ISL support, and still have value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants