Skip to content

Commit

Permalink
Merge pull request #809 from nodiscc/add-j2-extension
Browse files Browse the repository at this point in the history
add j2 as jinja2 extension, #809
  • Loading branch information
AlDanial committed Feb 11, 2024
2 parents 7b824a0 + 7251894 commit 50e30d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ Java (java)
JavaScript (_js, bones, cjs, es6, jake, jakefile, js, jsb, jscad, jsfl, jsm, jss, mjs, njs, pac, sjs, ssjs, xsjs, xsjslib)
JavaServer Faces (jsf)
JCL (jcl)
Jinja Template (jinja, jinja2)
Jinja Template (j2, jinja, jinja2)
JSON (arcconfig, avsc, composer.lock, geojson, gltf, har, htmlhintrc, json, json-tmlanguage, jsonl, mcmeta, mcmod.info, tern-config, tern-project, tfstate, tfstate.backup, topojson, watchmanconfig, webapp, webmanifest, yyp)
JSON5 (json5)
JSP (jsp, jspf)
Expand Down
1 change: 1 addition & 0 deletions Unix/cloc
Original file line number Diff line number Diff line change
Expand Up @@ -8528,6 +8528,7 @@ sub set_constants { # {{{1
'jsf' => 'JavaServer Faces' ,
'jsx' => 'JSX' ,
'xhtml' => 'XHTML' ,
'j2' => 'Jinja Template' ,
'jinja' => 'Jinja Template' ,
'jinja2' => 'Jinja Template' ,
'yyp' => 'JSON' ,
Expand Down

0 comments on commit 50e30d1

Please sign in to comment.