Skip to content

GEdit syntax highlighting for NIST Fire Dynamics Simulator (FDS) input files

License

Notifications You must be signed in to change notification settings

firetools/gedit-fds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

GTK syntax highlighting for NIST FDS input files

GTK is the cross-platform development tool for the Linux GNOME desktop environment. GNOME text editors (eg. Gnome GEdit and Text Editor) use GTK syntax highlighting.

Released under the terms of the GNU General Public License, GTK, GEdit, and Text Editor are free software.

How to install

  • Download the latest version of the fds.lang file
  • In Linux, copy the fds.lang file to the following locations:
    • ~/.local/share/gtksourceview-4/language-specs/
    • ~/.local/share/gtksourceview-5/language-specs/, for Gnome 42 or later or run the following commands in a terminal window:
    mkdir -p ~/.local/share/gtksourceview-{4..5}/language-specs
    cp -n fds.lang ~/.local/share/gtksourceview-4/language-specs
    cp -n fds.lang ~/.local/share/gtksourceview-5/language-specs
  • Run the GEdit editor or the new Text Editor and enjoy FDS syntax highlighting.

License

This plugin is released under the GNU General Public License (GPL) 2016 by Emanuele Gissi, PhD.

About

GEdit syntax highlighting for NIST Fire Dynamics Simulator (FDS) input files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published