You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/kb/semgrep-code/language-version-support.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Semgrep language support has several levels of maturity. The **Generally availab
13
13
14
14
When the Semgrep team adds support for a new language, the team creates a parser intended for the most recent or one of the most recent versions of that language. More recent versions of a programming language tend to be supersets of previous versions; they are typically backward compatible. Therefore, a parser of a more recent version generally supports previous versions as well.
15
15
16
-
If a change occurs in a language's syntax or semantics, the Semgrep Program Analysis team and Security Research team make the requisite changes to the parser and any affected [Pro rules](/semgrep-code/pro-rules) to ensure that Semgrep maintains its level of support and coverage for that language. Updates to parsers and rules are made weekly.
16
+
If a change occurs in a language's syntax or semantics, the Semgrep team makes the requisite changes to any affected [Pro rules](/semgrep-code/pro-rules) to ensure that Semgrep maintains its level of support and coverage for that language. Updates to rules are made weekly.
17
17
18
18
See [How to add support for a new language](/contributing/adding-a-language) for more information on the process of adding a language to Semgrep.
0 commit comments