Adds syntax highlighting and snippts for FGD (Forge Game Data) files in Atom.
Trigger | Name | Body |
---|---|---|
inc | include file | @include "file_name.fgd" |
cls | generic class | @...Class base(ClassName, ...) = entity_name : "description" [ body... ] |
bc | base class | @BaseClass ... |
sc | solid class | @SolidClass ... |
nc | npc class | @NPCClass ... |
kc | keyframe class | @KeyFrameClass ... |
mc | move class | @MoveClass ... |
fc | filter class | @FilterClass ... |
prop | property | property_name(type) : "description" : default value |
$ apm install language-fgd
Anyone is welcome to contribute by creating issues and pull requests. This project follows the Atom contributing guide.
MIT
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.