Skip to content

Commit

Permalink
Add schema to tmLanguage
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Sep 27, 2019
1 parent 31b5df8 commit a37bf11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion syntaxes/zephir.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"If you want to provide a fix or improvement, please create a pull request against https://github.com/zephir-lang/zephir-vscode repository.",
"There is an #editorsupport channel on the Phalcon Discord Server: https://discord.gg/PNFsSsr",
"If you would like to discuss an idea or need help or have other feedback you can usually find me (@klay) idling there."
],
],
"$schema": "https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json",
"name": "Zephir",
"comment": "Zephir Language support for VSCode",
"version": "1.6.2",
Expand Down

0 comments on commit a37bf11

Please sign in to comment.