Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the common ".ada" as an accepted file extension. #1943

Merged
merged 1 commit into from
Dec 6, 2018

Conversation

Lucretia
Copy link
Contributor

@Lucretia Lucretia commented Dec 5, 2018

This extension is used in a lot of old Ada source files which contain multiple compilation units.

@masatake
Copy link
Member

masatake commented Dec 5, 2018

Could you add following change to your commit?

diff --git a/Tmain/map-removing.d/stdout-expected.txt b/Tmain/map-removing.d/stdout-expected.txt
index 8b582a7e..e8b103fc 100644
--- a/Tmain/map-removing.d/stdout-expected.txt
+++ b/Tmain/map-removing.d/stdout-expected.txt
@@ -9,13 +9,13 @@ MatLab   *.m
 
 [--map-<LANG>] adding *.m to Ada
 =======================================
-Ada      *.adb *.ads *.Ada *.m
+Ada      *.adb *.ads *.Ada *.ada *.m
 MatLab   *.m
 ObjectiveC *.mm *.m *.h
 
 [--map-<LANG>] removing from *.m from ObjectiveC, and adding *.m to Ada
 =======================================
-Ada      *.adb *.ads *.Ada *.m
+Ada      *.adb *.ads *.Ada *.ada *.m
 MatLab   *.m
 
 [--map-<LANG>] guessing parser with adding *.m to Ada

@masatake
Copy link
Member

masatake commented Dec 5, 2018

Can I ask you to squash the two commits into one?
Thanks in advance.

@masatake masatake merged commit c7d224b into universal-ctags:master Dec 6, 2018
@masatake
Copy link
Member

masatake commented Dec 6, 2018

Thank you.

@coveralls
Copy link

coveralls commented Dec 7, 2018

Coverage Status

Coverage remained the same at 84.888% when pulling 76114a9 on Lucretia:new-extension into a74b847 on universal-ctags:master.

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.

None yet

3 participants