-
Notifications
You must be signed in to change notification settings - Fork 0
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
Ensure compatibility with language tools #1
Comments
I completely realize that curly braces cannot be completely eliminated from C-like languages at compiler or at pre-processor level. |
All the best luck! A noble attempt indeed. |
Can you suggest some more enviornments/editors for which such plugins can be created. |
My advice is to focus on a single editor (first). In case of SublimeLinter would be the first plugin to address. You could open an issue over at the SublimeLinter project to ask for help. |
This package represents a noble attempt at fighting the ugliness of C-style syntax the one hobgoblin of the twisted language designer's mind.
I am afraid however the price for using this package is too high:
Removing curly braces and indentation represents a new syntax, hence breaking compatibility with language tools like linters.
I am not sure what road to take to solve this.
Too many languages are addressed.
At least in the case of JavaScript
.map
could provide a compatibility layer.However providing those might be well outside the scope of this project.
The text was updated successfully, but these errors were encountered: