Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions cloc
Original file line number Diff line number Diff line change
Expand Up @@ -7688,6 +7688,7 @@ sub set_constants { # {{{1
# bash or sh scripts
'da' => 'DAL' ,
'dart' => 'Dart' ,
'dsc' => 'DenizenScript' ,
'def' => 'Windows Module Definition',
'dhall' => 'dhall' ,
'dt' => 'DIET' ,
Expand Down Expand Up @@ -8759,6 +8760,10 @@ sub set_constants { # {{{1
[ 'rm_comments_in_strings', '"', '//', '' ],
[ 'call_regexp_common' , 'C++' ],
],
'DenizenScript' => [ # same as YAML
[ 'remove_matches' , '^\s*#' ],
[ 'remove_inline' , '#.*$' ],
],
'dhall' => [ [ 'remove_haskell_comments', '>filename<' ], ],
'Delphi Form' => [ # same as Pascal
[ 'remove_between_regex', '\{[^$]', '}' ],
Expand Down Expand Up @@ -10190,6 +10195,7 @@ sub set_constants { # {{{1
'D' => 1.70,
'DAL' => 1.50,
'Dart' => 2.00,
'DenizenScript' => 1.00, # scaling is unknown.
'data base default' => 2.00,
'dataflex' => 2.00,
'datatrieve' => 4.00,
Expand Down