-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
07e32a1
commit 7431036
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"install": "messages/install.txt", | ||
"0.2.0": "messages/0.2.0.txt", | ||
"0.2.1": "messages/0.2.1.txt" | ||
"0.2.1": "messages/0.2.1.txt", | ||
"0.3.0": "messages/0.3.0.txt" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
CFML v0.3.0 Changelog: | ||
|
||
- Added tmPreferences file that marks CFML files as source files for sidebar icons | ||
This ensures that the file_type_source icon in themes is applied to CFML files | ||
|
||
See https://github.com/jcberquist/sublimetext-cfml/blob/master/metadata/cfml-icon.tmPreferences | ||
If a copy of this file is placed in your User package folder, you can override | ||
`file_type_source` with another icon type, depending on what your active theme supports. | ||
For example, Material Theme (https://github.com/equinusocio/material-theme) has two | ||
icon types for CFML files: `file_type_cfc` and `file_type_cfm`. |