Skip to content

Commit 3f68388

Browse files
committed
Add icon for gruntfile.js
1 parent 20c6c89 commit 3f68388

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [0.5.1] 2021-05-21
99

10+
### Added
11+
12+
- Add icon for `gruntfile.js`
13+
1014
### Changed
1115

1216
- Theme files and preferences are now stored in the directory defined by `$env:XDG_CONFIG_HOME` (if it exists) on Linux and macOS. If not defined, the default of `$HOME/local/share/powershell/Community/Terminal-Icons` is still used.

Terminal-Icons/Data/colorThemes/devblackops.psd1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@
123123
'gulpfile.ts' = 'CD5C5C'
124124
'gulpfile.babel.js' = 'CD5C5C'
125125

126+
'gruntfile.js' = 'CD5C5C'
127+
126128
# NodeJS
127129
'package.json' = '6B8E23'
128130
'package-lock.json' = '6B8E23'
@@ -463,6 +465,7 @@
463465
'.rb' = 'FF0000'
464466
'.erb' = 'FF0000'
465467
'.gemfile' = 'FF0000'
468+
'Rakefile' = 'FF0000'
466469

467470
# FSharp
468471
'.fs' = '00BFFF'

Terminal-Icons/Data/iconThemes/devblackops.psd1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
'bitbucket-pipelines.yml' = 'nf-dev-bitbucket'
9292
'bitbucket-pipelines.yaml' = 'nf-dev-bitbucket'
9393
'.azure-pipelines.yml' = 'nf-mdi-azure'
94+
9495
# Firebase
9596
'firebase.json' = 'nf-dev-firebase'
9697
'.firebaserc' = 'nf-dev-firebase'
@@ -125,6 +126,9 @@
125126
'gulpfile.ts' = 'nf-dev-gulp'
126127
'gulpfile.babel.js' = 'nf-dev-gulp'
127128

129+
# Javascript
130+
'gruntfile.js' = 'nf-seti-grunt'
131+
128132
# NodeJS
129133
'package.json' = 'nf-dev-nodejs_small'
130134
'package-lock.json' = 'nf-dev-nodejs_small'
@@ -466,6 +470,7 @@
466470
'.rb' = 'nf-oct-ruby'
467471
'.erb' = 'nf-oct-ruby'
468472
'.gemfile' = 'nf-oct-ruby'
473+
'rakefile' = 'nf-oct-ruby'
469474

470475
# FSharp
471476
'.fs' = 'nf-dev-fsharp'

0 commit comments

Comments
 (0)