Skip to content

julien/gedit_flex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These files add ActionScript and MXML syntax highlighting to gEdit

Instructions:

1 - Place 'actionscript.lang' and 'mxml.lang' in '/usr/share/gtksourceview-2.0/language-specs/'
    
    sudo cp actionscript.lang /usr/share/gtksourceview-2.0/language-specs/
    sudo cp mxml.lang /usr/share/gtksourceview-2.0/language-specs/

2 - Place 'actionscript.xml' and 'mxml.xml' in '/usr/share/mime/packages'
    
    sudo cp actionscript.xml /usr/share/mime/packages/
    sudo cp mxml.xml /usr/share/mime/packages/

3 - Update the 'mime' database :
    
    sudo update-mime-database /usr/share/mime

4 - Voila, you're done


About

ActionScript and MXML syntax for the gEdit text editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published