Use Double-Barrelled File Extensions in Adobe Brackets Preferences -


i'm trying tweak existing extensions in adobe brackets utilise double-barrelled file extensions use: theme.scss.liquid example.

namely, i'm editing extension called devicons when file.scss.liquid loaded, shows extension icon sass instead of placeholder.

currently, each extension defined with: exts.scss = '\ue64b';

when try tweak to: exts.scss.liquid = '\ue64b'; breaks extension.

is there need make work? escape period or something?


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -