Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix LESS highlighting. Fixes #137. Might impact #138#139

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
skyronic wants to merge1 commit intonewfromfixes-3170
Closed
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletionVue Component.sublime-syntax
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -766,7 +766,7 @@ contexts:
- match: (>)
captures:
1: meta.tag.style.begin.html punctuation.definition.tag.end.html
embed: scope:source.less
embed: scope:source.css.less
escape: (?i)(?=</style)
- match: ''
push:
Expand Down
2 changes: 1 addition & 1 deletionVue Component.sublime-syntax.yaml-macros
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -307,7 +307,7 @@ contexts: !merge
- match: '(>)'
captures:
1: meta.tag.style.begin.html punctuation.definition.tag.end.html
embed: scope:source.less
embed: scope:source.css.less
escape: (?i)(?=</style)
- match: ''
push:
Expand Down
15 changes: 15 additions & 0 deletionssamples/langs.vue
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,7 @@ Things to verify:
-->

<style lang="stylus">

font-stack = Helvetica, sans-serif
primary-color = #999
body
Expand All@@ -22,6 +23,20 @@ a {
}
</style>

<style lang="less">
@nice-blue: #5B83AD;
@light-blue: @nice-blue + #111;
a.foo {
color: @nice-blue;
}
</style>

<style lang="postcss">
a {
color: red
}
</style>

<style lang="sass">
@import '~foo'
a
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp