GitXplorerGitXplorer
v

vue-syntax-highlight

public
1485 stars
231 forks
30 issues

Commits

List of commits on branch master.
Unverified
f88ff50332bf5f844c75e894834c60944c34bc75

add wpy extension (#77)

GGcaufy committed 8 years ago
Unverified
ef872e4f1c54724970dba4d9f7d2dcb3b522a084

fix scss highlighting (fix #76)

yyyx990803 committed 8 years ago
Unverified
8ec87b0580519c42de9da43c5939eb8e3baaa96e

generate XML

yyyx990803 committed 8 years ago
Unverified
f7a5c7a00da0ef832f25a42c7d419c4e76161b88

separate sass and scss (#73)

bbenjcal committed 8 years ago
Unverified
e6f8cd966813296bc1b9eb63a82eda3d206fe171

Update README.md

yyyx990803 committed 8 years ago
Unverified
f95b61a40dbae2d415a5a9fed90d46a59a3df0cb

Resolved auto-closing tag bug (#67) (#69)

ttaylorzane committed 8 years ago

README

The README file for this repository.

Vue Syntax Highlight

Note: The master branch hosts the tmLanguage based implementation that is distributed to Sublime Text build < 3153. It is also used to power GitHub's syntax highlight of *.vue files in linguist.

For a newer implementation of the syntax that is distributed to build >=3153, See the new branch.


Sublime Text Syntax highlighting for single-file Vue.js components (enabled by vue-loader or vueify).

screenshot

Install

  • Via Package Control: search for Vue Syntax Highlight.
  • Manual: clone this repo into your Sublime Packages folder.

Additional Installation Requirements: In order to get proper syntax highlighting for pre-processors (e.g. Jade, SASS, CoffeeScript) you will also need to install the corresponding packages for each of them.

Enabling JSX Highlighting

The <script> block uses the syntax highlighting currently active for you normal .js files. To support JSX highlighting inside Vue files, just set Babel javascript highlighting package, which supports JSX, as your default JS highlighting. Note you may need to explicitly disable Sublime's default JavaScript package to make it work.

License

MIT