Git Product home page Git Product logo

october-twig's Introduction

October Twig is no longer under active development

Please note that the October Twig extension is no longer under active development. It has been superseded by a new VSCode package called October Code, which offers robust support for October CMS applications.

October CMS Twig Highlighter

This package adds syntax definitions for the October CMS Twig engine. Support is available for Sublime Text, Visual Studio Code and all JetBrains IntelliJ IDEs.

If you would like the INI syntax to be enabled, ## must be at the beginning of the template file. For example:

##
url = "/blog"
layout = "default"
==
<?
function onStart() { /* ...*/ }
?>
==
<h1>Page Title</h1>

{% for post in posts %}
    <h4>{{ post.title }}</h4>
    {{ post.content}}
{% endfor %}

Visual Studio Code

How to install with VS Code

Search for October Twig and install the package. You can then select "October CMS Template" from the available syntax list.

How to Contribute

  • Intall this extension
  • Open the %USERPROFILE%\.vscode\extensions directory
  • Modify the extension files
  • Reload the window to test

VS Code Configuration

Add these lines to your VS Code settings to associate HTM files as October Twig syntax. These settings can also be used to get Emmet working.

"files.associations": {
    "*.htm": "october-htm"
},
"emmet.includeLanguages": {
    "october-htm": "html"
}

Sublime Text

Uses .sublime-syntax files that works with Sublime Text 3 and newer.

How to install with Sublime Package Control

Search for October Twig and install it, it's just that simple.

Restart Sublime Text after you install this package.

Sublime Text Manual Install

  • Download or clone this repository into [install-dir]/Packages/october-twig
  • Restart Sublime Text.

How to Contribute

  • To test a local version of the highlighter first uninstall the highlighter from package control.
  • Follow the manual installation process by cloning the repo into your packages directory.
  • Restart Sublime Text.
  • Open up the '[install-dir]/Packages/october-twig' folder into a new Sublime Text project.
  • Open up the october-twig.sublime-syntax file and make changes.
  • Provided is a test.htm file that holds most of the common uses for testing the regex, use this to verify your changes before and after you make them to ensure the changes you make do not break anything.
  • Send a pull request with a single change per request.

JetBrains IntelliJ

How to install with IntelliJ

  • Make sure the TextMate Bundles plugin is installed and enabled.
  • Clone this repo into a local directory (/path/to/october-twig).
  • In IntelliJ's settings, navigate to Editor -> TextMate Bundles.
  • Click + and select the local clone of this repo (/path/to/october-twig).
  • In IntellJ's settings, navigate to Editor -> File Types.
  • Select Files supported via TextMate bundles.
  • Under File name patterns add *.htm.
  • Apply the new settings to get October Twig highlighting in any file that has a *.htm extension.

Thanks

License

This code is licensed with a Creative Commons Attribution-NoDerivatives 4.0 International Public License which means you may use it freely and submit pull requests, but you may not fork it to create a new product without written permission from the copyright holder.

october-twig's People

Contributors

daftspunk avatar radist avatar tobias-kuendig avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

october-twig's Issues

Doesn't work with PhpStorm 2022.1.3

Hello, this bundle is not working on Build #PS-221.5921.28, built on June 22, 2022. I don't know if it worked on oldest versions.
There is no error message.

Loading error after Sublime update

Hey Sam,

Just updated Sublime and have lost syntax highlighting. Getting the below error. Any thoughts?

Error loading syntax file "Packages/October Twig Highlighter/october-twig.sublime-syntax": Apparent recursion within a with_prototype action: 25000 context sanity limit hit

Cheers

Bug in newer versions of Sublime

I am running Sublime Text version 3.1.1 and when opening files that use this syntax highlighter, I get the following error:

Error loading syntax file "Packages/October Twig Highlighter/october-twig.sublime-syntax": Apparent recursion within a with_prototype action: 25000 context sanity limit hit

Is this an issue with the package or perhaps my Sublime config?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.