Skip to content

Tags: vuejs/vue-syntax-highlight

Tags

st4-4.1.0

Toggle st4-4.1.0's commit message
Fix attribute name interpolation

1. extend `meta.interpolation` to include leading and trailing
   punctuation to comply with ST's scope naming guidelines.
2. fix closing `]` scope.
3. adjust/add tests

st4-4.0.1

Toggle st4-4.0.1's commit message
Remove Github Actions

Syntax test runner fails due to missing embedded syntax packages.

This is an issue for another PR.

st4-4.0.0

Toggle st4-4.0.0's commit message
Update README.md

Make installation notes clearer.

newsyntax-3.3.6

Toggle newsyntax-3.3.6's commit message
BUG #183: Correct template-tag regex

newsyntax-3.3.5

Toggle newsyntax-3.3.5's commit message
Remove the first_line_match from .sublime-syntax (#191)

Signed-off-by: Jack Cherng <jfcherng@gmail.com>

newsyntax-3.3.4

Toggle newsyntax-3.3.4's commit message
Update scope to match new LESS extension

newsyntax-3.3.3

Toggle newsyntax-3.3.3's commit message
Revert "source.scss -> source.css.scss"

This reverts commit 016f552.

newsyntax-3.3.2

Toggle newsyntax-3.3.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
source.scss -> source.css.scss

newsyntax-3.3.1

Toggle newsyntax-3.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #143 from Thom1729/fix-macros

Moved macros to src.

newsyntax-3.3.0

Toggle newsyntax-3.3.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
skyronic Ani Sanjeev
Release 3.3.0

- Updated to support new stable Sublime 3.1 (Build 3170)
- New syntax file with macros, and updated HTML base syntax (Thanks @Thom1729)
- Fixed issue with LESS highlighting (Thanks @braver)