You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you share more details? What filetype should I use to enable support? Is there something built-in, or do you use some external plugin for filetype support (syntax, indent, etc)? If you can share that, I could try sourcing the javascript logic in that filetype.
You could also try that on your side to see how well it works, you'd need to create the file ~/.vim/filetype/<solidity's filetype>.vim that contains runtime ftplugin/javascript/splitjoin.vim.
I tried that configuration. The problem encountered is trailing comma: it is not supported by solidity. I checked thedoc and it doesn't allow a buffer specific trailing comma settings, neither language specific one. By some reason it is only supported for ruby.
Would be nice to have, its very similar to vanilla JS
The text was updated successfully, but these errors were encountered: