All Projects → Yesterday17 → ZenScript

Yesterday17 / ZenScript

Licence: MIT license
Visual Studio Code extension/Language Server for ZenScript, includes highlight, code snippet and language server(WIP). Works with 👇

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to ZenScript

opentype-feature-bundle
Syntax highlighting and snippets for OpenType feature development in TextMate/Sublime Text
Stars: ✭ 35 (+20.69%)
Mutual labels:  syntax-highlighting, snippets
Packagedev
Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
Stars: ✭ 378 (+1203.45%)
Mutual labels:  syntax-highlighting, snippets
GDL-sublime
📝 A Sublime Text package for the programming language GDL (Geometric Description Language)
Stars: ✭ 25 (-13.79%)
Mutual labels:  syntax-highlighting, snippets
sublime-PICO-8
PICO-8 plugin for the Sublime Text 3 editor.
Stars: ✭ 42 (+44.83%)
Mutual labels:  syntax-highlighting, snippets
Vscode Vlang
V Language extension for Visual Studio Code.
Stars: ✭ 190 (+555.17%)
Mutual labels:  syntax-highlighting, snippets
network tech
Cisco config syntax and snippets for Sublime Text
Stars: ✭ 82 (+182.76%)
Mutual labels:  syntax-highlighting, snippets
Graphql For Vscode
GraphQL syntax highlighting, linting, auto-complete, and more!
Stars: ✭ 265 (+813.79%)
Mutual labels:  syntax-highlighting, snippets
vscode-caddyfile-support
Rich Caddyfile support for Visual Studio Code
Stars: ✭ 30 (+3.45%)
Mutual labels:  syntax-highlighting, language-server
Processing Vscode
A Visual Studio Code extension for the programming language Processing
Stars: ✭ 141 (+386.21%)
Mutual labels:  syntax-highlighting, snippets
Docpht
With DocPHT you can take notes and quickly document anything and without the use of any database.
Stars: ✭ 90 (+210.34%)
Mutual labels:  syntax-highlighting, snippets
CodeView
Android Library to make it easy to create an Code editor or IDE that support any languages and themes, with auto complete, auto indenting, snippets and more features
Stars: ✭ 254 (+775.86%)
Mutual labels:  syntax-highlighting, snippets
Sublime-GameMaker-Studio-Language-Bundle
A sublime bundle for GameMaker Language (GML)
Stars: ✭ 32 (+10.34%)
Mutual labels:  syntax-highlighting, snippets
vscode-ampscript
This extension allows you to connect Visual Studio Code directly to your MC Account, enables syntax highlighting for AMPScript, has built-in documentation for all AMPScript functions and also adds code snippets for language elements and functions.
Stars: ✭ 37 (+27.59%)
Mutual labels:  syntax-highlighting, snippets
Vscode Smarty
Smarty syntax highlight extension for Visual Studio Code
Stars: ✭ 10 (-65.52%)
Mutual labels:  syntax-highlighting, snippets
linden-scripting-language
Linden Scripting Language (LSL / Second Life) files for your editor.
Stars: ✭ 53 (+82.76%)
Mutual labels:  syntax-highlighting, snippets
vscode-LaTeX-support
LaTeX language support for Visual Studio Code
Stars: ✭ 17 (-41.38%)
Mutual labels:  syntax-highlighting, snippets
xmlspectrum
XSLT 2.0 coded syntax highlighter for XSLT 3.0, XPath 3.0...
Stars: ✭ 46 (+58.62%)
Mutual labels:  syntax-highlighting
antd-snippets
Ant-Design Snippets for VS Code
Stars: ✭ 37 (+27.59%)
Mutual labels:  snippets
katana-code
Code Utilities for Erlang
Stars: ✭ 14 (-51.72%)
Mutual labels:  snippets
lslforge
LSLForge - Eclipse plugin to assist with LSL scripting for Second Life. This repository is used for development, pull requests and bug reports.
Stars: ✭ 17 (-41.38%)
Mutual labels:  syntax-highlighting

ZenScript

ZenScript is a vscode plugin for CraftTweaker ZenScript.

Features

  • Syntax Highlight
  • Code Snippets
  • BracketHandler Completion
  • Priority Tree
  • Remote FileSystem Support
  • Manual import autocomplete
  • History Entries(WIP)

Requirements

You must have this Minecraft Mod installed to have use most features of this plugin.
If you're just editing .zs files, you can only have syntax highlight and simple code snippets.

Probe Version Map

The following table shows the version of Probe used in different Zenscript versions:

Probe ZenScript Compatable with previous ZenScript version
0.1.23 0.1.41~ true
0.1.20 0.1.31 ~ 0.1.40 true
0.1.19 0.1.30 true
0.1.18 0.1.25 ~ 0.1.29 true
0.1.17 0.1.22 ~ 0.1.24 Partially
0.1.16 0.1.10 ~ 0.1.21 NO_PREVIOUS_VERSION

Extension Settings

This extension contributes the following settings:

  • zenscript.maxHistoryEntries: Controls the maximum number of history entries responsed by the server.
  • zenscript.showIsProjectWarn: Whether to show warning of isProject.
  • zenscript.modIdItemCompletion: Whether to show modid autocompletion with bracketHandlers.
  • zenscript.trace.server: Traces the communication between VS Code and the language server.

Known Issues

  • The brackets of if (expression) are required. (#5)

Special Thanks

Release Notes

0.0.1

Basic utilities.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].