language-arma-atom
language-arma-atom copied to clipboard
Atom language support for Real Virtuality file formats
- Update for 1.96 - Fix armadoc.py - add Functions3 to CBAdoc.pc
Language is defaulting to C++ in every arma format. Have to manually select language. 
I said I'd look into the scripts that retrieve SQF commands. My initial plan was to scrape the intercept pointers deceleration file [the same way I did](https://github.com/LordGolias/sqf/blob/master/build_database_with_returns.py) for the sqf...
https://github.com/UltCombo/atom-sublime-block-comment/issues/5 Can you please provide info: what comment scope descriptors is used in the language package?
I am using QUOTE(code) for the onLoad scripts in ui configs. But its not highlighting any code words. It should look like this: https://github.com/CBATeam/CBA_A3/blob/master/addons/diagnostic/gui.hpp#L14 (Github highlighting does it correctly) but...
Take this bit of code : ``` class 30Rnd_556x45_Stanag { ... }; ``` The classname won't be colored, because it's starting with a number! I don't know if something can...
Like: https://github.com/nkt/atom-autocomplete-modules/ It's weird to not have auto-completion on #include when you have it on everything else.
- [x] Figure out why the grammar is not being loaded for the specs #56 - [ ] Write the specs
Presumably something that would be done in: https://github.com/acemod/language-arma-atom/blob/master/grammars/sqf.json The {}, (), [] braces should be defined such that a user can style them independent of normal text (which they seemingly...