Skip to content

Commit

Permalink
Added SWIFTSRC to languages (ShiftLeftSecurity#1740)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-leuthaeuser authored Nov 9, 2023
1 parent a1fe8c2 commit e0e323f
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,13 @@ object MetaData extends SchemaBase {
value = "RUBYSRC",
valueType = ValueType.String,
comment = "Source-based frontend for Ruby"
).protoId(17)
).protoId(17),
Constant(
name = "SWIFTSRC",
value = "SWIFTSRC",
valueType = ValueType.String,
comment = "Source-based frontend for Swift"
).protoId(18)
)
}
}

0 comments on commit e0e323f

Please sign in to comment.