Skip to content

Commit

Permalink
Add some missing aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
FIameCaster committed Apr 23, 2024
1 parent 8485924 commit 550c39f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions package/src/languages/bash.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { languageMap } from ".."
import { bracketIndenting } from "./shared"

languageMap.bash = bracketIndenting({
line: "#",
})
languageMap.sh = languageMap.shell = languageMap.bash = bracketIndenting({ line: "#" })
2 changes: 1 addition & 1 deletion package/src/languages/xeora.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { languageMap } from ".."
import { markupComment, markupLanguage, voidTags, xmlOpeningTag } from "./shared"

languageMap.xeora = markupLanguage(markupComment, xmlOpeningTag, voidTags)
languageMap.xeoracube = languageMap.xeora = markupLanguage(markupComment, xmlOpeningTag, voidTags)

0 comments on commit 550c39f

Please # to comment.