Skip to content

adding vala support - #284

Open
aeldemery wants to merge 4 commits into
aaron-bond:masterfrom
aeldemery:add_vala_support
Open

adding vala support#284
aeldemery wants to merge 4 commits into
aaron-bond:masterfrom
aeldemery:add_vala_support

Conversation

@aeldemery

Copy link
Copy Markdown

I would like to add support for Vala Programming Language, It has the same syntax of C# and uses the documentation style of Java. Thank you very much.

Comment thread src/parser.ts Outdated
case "shaderlab":
case "stylus":
case "swift":
case "vala":

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The indentation seems wrong here

Comment thread src/test/samples/vala.vala Outdated
Comment thread src/test/samples/vala.vala Outdated

return 0;
}
} No newline at end of file

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing final newline

aeldemery and others added 3 commits October 24, 2020 22:51
correct typo

Co-authored-by: Rasmus Thomsen <oss@cogitri.dev>
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