Title: Usefull plugin
Last modified: September 3, 2016

---

# Usefull plugin

 *  [chachah](https://wordpress.org/support/users/chachah/)
 * (@chachah)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/usefull-plugin-28/)
 * This plugin is exactly what I was looking for. But I had to add 3 lines of code
   in `plugins/gmace/assets/js/scripts.js` to get my scss files highlighted. If 
   you need that too, add this just after line 461:
 *     ```
       case "scss":
          editor.getSession().setMode("ace/mode/scss");
       break;
       ```
   
 * If needed, you can add support for many other coding languages as “lua”, “lisp”
   or “perl” (have a look at `plugins/gmace/assets/js/ace` directory). Just add 
   the 3 lines above replacing “scss” by the extension of your choice.

The topic ‘Usefull plugin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/gmace.svg)
 * [GMAce](https://wordpress.org/plugins/gmace/)
 * [Support Threads](https://wordpress.org/support/plugin/gmace/)
 * [Active Topics](https://wordpress.org/support/plugin/gmace/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gmace/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gmace/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [chachah](https://wordpress.org/support/users/chachah/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/usefull-plugin-28/)