Skip to content

Support .inc assembly files#978

Merged
AlDanial merged 3 commits into
AlDanial:masterfrom
imthewizard:assembly-inc
Jul 11, 2026
Merged

Support .inc assembly files#978
AlDanial merged 3 commits into
AlDanial:masterfrom
imthewizard:assembly-inc

Conversation

@imthewizard

Copy link
Copy Markdown
Contributor

It's common to have Assembly files with .inc extension. In most cases, they contain macros/constants to be included in other files.

cloc was treating those files as another language. This PR addresses this problem by checking for some common assembler directives and assembly instructions.

( a .inc test file was included inside Pawn's args since other inc conflicts were there too )

@AlDanial

Copy link
Copy Markdown
Owner

Nice; I appreciate the thoroughness of this PR.

@AlDanial
AlDanial merged commit 8da3c49 into AlDanial:master Jul 11, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants