mirror of
https://github.com/posva/vim-vue.git
synced 2025-12-08 02:14:43 +08:00
Fix #68 - change load order of syntax files
I'm not sure what's the root cause of this, but this seems to work.
This commit is contained in:
@@ -90,10 +90,15 @@ Execute:
|
||||
Given vue (SCSS region):
|
||||
<style lang="scss">
|
||||
$green: #42b983;
|
||||
|
||||
button {
|
||||
background-color: $green;
|
||||
}
|
||||
</style>
|
||||
|
||||
Execute:
|
||||
AssertEqual 'scssVariable', SyntaxAt(2, 1)
|
||||
AssertEqual 'scssVariable', SyntaxOf('$green', 1)
|
||||
AssertEqual 'scssVariable', SyntaxOf('$green', 2)
|
||||
AssertEqual 'vueSurroundingTag', SyntaxAt(1, 1)
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user