Skip to content

Commit

Permalink
Responding to comments from @AlDanial
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Oct 19, 2023
1 parent b3b662f commit 523f733
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cloc
Original file line number Diff line number Diff line change
Expand Up @@ -10342,8 +10342,6 @@ sub set_constants { # {{{1
[ 'call_regexp_common' , 'C' ],
],
'Snakemake' => [
[ 'remove_matches' , '/\*' ],
[ 'remove_matches' , '\*/' ],
[ 'remove_matches' , '^\s*#' ],
[ 'docstring_to_C' ],
[ 'call_regexp_common' , 'C' ],
Expand Down Expand Up @@ -11275,7 +11273,7 @@ sub set_constants { # {{{1
'PHP' => 3.50,
'Jupyter Notebook' => 4.20,
'Python' => 4.20,
'Snakemake' => 4.20, # This is a guess. Copied from Python, because Snakemake supports Python syntax
'Snakemake' => 4.20,
'RapydScript' => 4.20,
'Starlark' => 4.20,
'BizTalk Pipeline' => 1.00,
Expand Down

0 comments on commit 523f733

Please sign in to comment.