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

Support Vim, Elixir, Julia, Raku, and AWK #128

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

flwyd
Copy link

@flwyd flwyd commented Oct 25, 2022

Vim uses double-quote for comments. Elixir (.ex and .exs), Julia (.jl), Raku (.raku), and AWK (.awk) use standard octothorpe comments. (Julia also supports #= … =# block comments, but a sample of Julia code on GitHub suggests it's uncommon in practice.)

flwyd and others added 8 commits October 25, 2022 00:45
…oogle#137)

* update terraform to use hash as comment per recommended guidelines (https://developer.hashicorp.com/terraform/language/syntax/configuration\#comments)

* update golanci-lint version in linter.yaml per PR google#132
The default for `year` is actually the current year, so this will update the documentation to reflect that
bazel build files for external repos -- eg. used in conjunction with `http_archive` -- are often named <repo>.BUILD
This is used in many contexts, including being the format used by
Cargo, the Rust package manager.
This will increase the chances that two pull requests can be accepted
without merge conflicts.
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.

7 participants