akoaysigod / gdscript-mode

An Emacs major mode for GDScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a major mode for GDScript. It's incomplete but covers identation and keywords as of GDScript 3.

Installation

(add-to-list 'load-path "/path/to/gdscript-mode.el")
(require 'gdscript-mode)

Customization

Use spaces instead of tabs. This should default to what the editor is currently using.

(setq gdscript-tabs-mode t)

Set indentation width. This should also default to editor settings.

(setq gdscript-tab-width 4)

Help

I've never written a major mode nor any Emacs Lisp so any help or feedback is apprecaited.

About

An Emacs major mode for GDScript


Languages

Language:Emacs Lisp 100.0%