Skip to content

Commit

Permalink
Add support for Snort. (#1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimiC authored and robertohuertasm committed Oct 26, 2017
1 parent 781a5d9 commit dddc416
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/file_type_snort.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icon-manifest/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ export const languages: ILanguageCollection = {
slim: { ids: ['slim'], defaultExtension: 'slim' },
silverstripe: { ids: 'silverstripe', defaultExtension: 'ss' },
smarty: { ids: ['smarty'], defaultExtension: 'tpl' },
snort: { ids: ['snort'], defaultExtension: 'snort' },
solidity: { ids: ['solidity'], defaultExtension: 'sol' },
sqf: { ids: 'sqf', defaultExtension: 'sqf' },
sql: { ids: 'sql', defaultExtension: 'sql' },
Expand Down
1 change: 1 addition & 0 deletions src/icon-manifest/supportedExtensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ export const extensions: IFileCollection = {
{ icon: 'sln', extensions: ['sln'], format: FileFormat.svg },
{ icon: 'silverstripe', extensions: [], languages: [languages.silverstripe], format: FileFormat.svg },
{ icon: 'smarty', extensions: [], languages: [languages.smarty], format: FileFormat.svg },
{ icon: 'snort', extensions: [], languages: [languages.snort], format: FileFormat.svg },
{ icon: 'snyk', extensions: ['.snyk'], filename: true, format: FileFormat.svg },
{ icon: 'solidity', extensions: [], light: true, languages: [languages.solidity], format: FileFormat.svg },
{ icon: 'source', extensions: [], format: FileFormat.svg },
Expand Down
1 change: 1 addition & 0 deletions src/models/language/languageCollection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export interface ILanguageCollection extends INativeLanguageCollection {
slim: ILanguage;
silverstripe: ILanguage;
smarty: ILanguage;
snort: ILanguage;
solidity: ILanguage;
sqf: ILanguage;
stylus: ILanguage;
Expand Down

0 comments on commit dddc416

Please sign in to comment.