Skip to content

Commit

Permalink
Merge branch 'XAMPPRocky:master' into bitbake_conf_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sjjf authored Dec 9, 2023
2 parents 821939d + e2625c0 commit 8acab3d
Show file tree
Hide file tree
Showing 8 changed files with 526 additions and 427 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mean_bean_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
# by default.
# - i686-unknown-freebsd
# - x86_64-unknown-freebsd
- x86_64-unknown-netbsd
# - x86_64-unknown-netbsd
# Solaris
# - sparcv9-sun-solaris
# - x86_64-sun-solaris
Expand Down
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ properties of a language in `languages.json` through examples.
"JavaScript": {
"line_comment": ["//"],
"multi_line_comments": [["/*", "*/"]],
"quotes": [["\\\"", "\\\""]],
"quotes": [["\\\"", "\\\""], ["'", "'"], ["`", "`"]],
"extensions": ["js", "mjs"]
},
Expand Down
Loading

0 comments on commit 8acab3d

Please sign in to comment.