Skip to content

Commit 04ae929

Browse files
committed
change vue language type to markup
1 parent 79be418 commit 04ae929

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

languages.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2309,7 +2309,7 @@ Raku:
23092309
chip: "#0000FB"
23102310
Razor:
23112311
type: markup
2312-
ascii: |
2312+
ascii: |
23132313
{0} @
23142314
{0} @ @@
23152315
{0} @@@@ @@@@
@@ -3065,7 +3065,7 @@ VisualBasic:
30653065
chip: "#945db7"
30663066
icon: '\u{E8D5}'
30673067
Vue:
3068-
type: programming
3068+
type: markup
30693069
ascii: |
30703070
{0}VUE{1}\\\\\ /////{0}VUE
30713071
{0} VUE{1}\\\\\ /////{0}VUE

src/info/url.rs

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ pub fn get_repo_url(repo: &Repository, hide_token: bool, http_url: bool) -> Resu
2727
.url(gix::remote::Direction::Push)
2828
.map(|url| format_url(&url.to_string(), hide_token, http_url))
2929
.unwrap_or_default())
30-
3130
}
3231

3332
fn format_url(url: &str, hide_token: bool, http_url: bool) -> String {

0 commit comments

Comments
 (0)