feat: add missing file extensions to CODE_EXTENSIONS#285
Conversation
|
|
haiphucnguyen
left a comment
There was a problem hiding this comment.
Thank you @miguel-baptista07 for your contribution. I leaved some comments
3e2c62a to
101b33d
Compare
|
All requested changes have been applied and conversations resolved. Let me know if anything else is needed |
haiphucnguyen
left a comment
There was a problem hiding this comment.
I left some comments. Thanks for completing the user error message ticket too! Overall they looks good.
Please check the file encoding, it seems you are using the Ascii encoding which does not do well with UTF-8 encoding characters.
Also could you format the codes by following this instruction http://askimo.chat/docs/development/getting-started/#code-formatting
|
Hi @miguel-baptista07 , I would like to follow up this PR since we fix the encoding issues of properties file then we are good to merge |
101b33d to
9aa0380
Compare
|
Hi @haiphucnguyen, encoding has been fixed to UTF-8 for all localization files. Ready for merge! |
- Added config/build files: toml, lock - Added Terraform: tf, tfvars - Added data formats: jsonc, json5, graphql, gql, proto - Added WebAssembly: wat - Added Emerging languages: zig, v - Added Go modules: mod, sum - Added Nix & Dhall: nix, dhall - Added CONFIG_EXTENSIONS for extensionless files (dockerfile, makefile, etc.) - Updated FileContentExtractor logic as suggested by maintainer - Added test suite covering all new extensions Fixes haiphucnguyen#276 Signed-off-by: Miguel <miguelkevlin23@gmail.com>
9aa0380 to
9ab71dc
Compare
|
Thank you @miguel-baptista07 for this PR! |
Fixes #276
Changes
toml,locktf,tfvarsjsonc,json5,graphql,gql,protowatzig,vmod,sumnix,dhallDockerfile,Makefile, etc.)FileContentExtractorto handle extensionless files