We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
// @flow class Foo { otherMethod(items: string[]) { return ['baz', 'buz'] } someMethod = (items: string[]) => { return ['baz', 'buz'] } getSelectedItems = (): { bar: string[] } => { return ['baz', 'buz'] } someMethod = (items: string[]): string[] => { return ['baz', 'buz'] } setSelectedItems(items: string[]): string[] { return ['baz', 'buz'] } }
The text was updated successfully, but these errors were encountered:
Fixed https://github.com/borela/naomi/releases/tag/v3.15.5
Sorry, something went wrong.
One thing to remember, it would still have trouble to highlight multiline arrow functions because of a limitation in sublime's regex engine #25.
The patch is on package control.
Sweet thank you! Yup still watching that sublime thread for progress on multiline arrows.
No branches or pull requests
Image
Sample code
The text was updated successfully, but these errors were encountered: