language-arma-atom icon indicating copy to clipboard operation
language-arma-atom copied to clipboard

Atom language support for Real Virtuality file formats

Results 9 language-arma-atom issues
Sort by recently updated
recently updated
newest added

- 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. ![image](https://user-images.githubusercontent.com/41159450/57200080-ca2cb200-6f7e-11e9-8b17-42989cfed7ce.png)

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...

task

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?

question

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...

bug
syntax-highlighting
inactive

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...

bug
syntax-highlighting
inactive

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.

feature
auto-completion

- [x] Figure out why the grammar is not being loaded for the specs #56 - [ ] Write the specs

task

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...

enhancement
syntax-highlighting