language-fgd

FGD (Forge Game Data) language support in Atom

fnky

190

0

Bug Reports

0.1.1

MIT

GitHub

FGD (Forge Game Data) language support in Atom

Adds syntax highlighting and snippts for FGD (Forge Game Data) files in Atom.

A GIF showing language-fgd in action

Snippets

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

Install

$ apm install language-fgd

Contribute

Anyone is welcome to contribute by creating issues and pull requests. This project follows the Atom contributing guide.

License

MIT