I made a legacy TextMate grammar rule for Atom to provide syntax highlighting for the PureBasic language. I did quite a bit of testing and it seems solid. Let me know if you have any issues.
I'd love to see some of us get together and flesh this out some more. It would be great to provide some native integration of features as an alternative to the official IDE. This would allow us to push some of our own features or enhancements.
How to install? I did put the language-purebasic folder into my .atom/packages folder but it conflicts with another package of the same name which I uninstalled before. Still in the 'install' section the old package is shown as installed again when I copied your package folder. Do you know how to get rid of the old package?
#NULL wrote:How to install? I did put the language-purebasic folder into my .atom/packages folder but it conflicts with another package of the same name which I uninstalled before. Still in the 'install' section the old package is shown as installed again when I copied your package folder. Do you know how to get rid of the old package?
Where is your .atom/packages folder? It should be located in %username%\.atom\packages on Windows, unless you're using another OS.
if I install and uninstall (from within atom in the install section) the other package 'language-purebasic' (by peterthomashorn) then the directory will appear and disappear in that packages directory, but after unistalling it grep still shows a lot of matches in compile-cache and .apm
https://discuss.atom.io/t/apm-manually- ... lder/21359
I deleted folder _cacache in .apm, then copied you package and now it's listed in 'packages'. In 'install' it show the other package as being installed though, but its really your package that is installed.