kayler-renslow / arma-intellij-plugin

A plugin for Intellij IDEA that allows for syntactical analysis, code inspections, and other nifty features for the SQF scripting language in Arma 3.
MIT License
41 stars 10 forks source link

cfgTaskEnhancements Error #63

Open FurtherV opened 6 years ago

FurtherV commented 6 years ago

Plugin Version

plugin version here (example: 1.0.5)

Summary

Variable names in SQF headers are not allowed to begin with numbers.

Detail

class CfgTaskEnhancements
{
   enable = 1;
   3d = 0;
   3dDrawDist = 600;
   share = 1;
   propagate = 1;
};

Will throw a error at 3d and 3dDrawDist while being a completly allowed and normal part of vanilla arma.