Skip to content

Tags: DStratti/vue-syntax-highlight

Tags

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 vuejs#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)

oldsyntax-3.2.5

Toggle oldsyntax-3.2.5's commit message
fix scss highlight (close vuejs#52)

newsyntax-3.2.6

Toggle newsyntax-3.2.6's commit message
build

newsyntax-3.2.5

Toggle newsyntax-3.2.5's commit message
Remove embed (vuejs#124)

* Recompiled with YAML Macros 3.

* Use push/with_prototy-e instead of embed to avoid bugs.

oldsyntax-3.2.4

Toggle oldsyntax-3.2.4's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
skyronic Ani Sanjeev
Bumping version for Package control

newsyntax-3.2.4

Toggle newsyntax-3.2.4's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
skyronic Ani Sanjeev
Bumping version for Sublime Package Control

newsyntax-1.0.1

Toggle newsyntax-1.0.1's commit message
udpate readme with development setup

newsyntax-1.0.0

Toggle newsyntax-1.0.0's commit message
Rewrite syntax for Sublime > 3153 (vuejs#109)

* Initial work on native sublime syntax support

* Use older style of embedding scope in syntax highlight

* Revert "Use older style of embedding scope in syntax highlight"

This reverts commit 3beb4ba.

* Fixed syntax issues reported by @z3nz

* delete old tmLanguage

* add support for other languages

* Fixing issues:

- changed underscores in names to hyphens
- added support for single quote in attribute strings

* Rewrite using yaml macros

* Fixed issues in regexps

* Use different yaml file for html syntax

* delete old language yaml file

oldsyntax-3.2.3

Toggle oldsyntax-3.2.3's commit message
add samples