mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
JS: Recognize .njk extension in QL
This commit is contained in:
@@ -539,7 +539,7 @@ module Templating {
|
||||
|
||||
override string getEscapingInterpolationRegexp() { result = "(?s)\\{\\{[^{](.*?)\\}\\}" }
|
||||
|
||||
override string getAFileExtension() { result = "hbs" }
|
||||
override string getAFileExtension() { result = ["hbs", "njk"] }
|
||||
|
||||
override string getAPackageName() {
|
||||
result =
|
||||
|
||||
Reference in New Issue
Block a user