Skip to content

akoaysigod/gdscript-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors