Code Monkey home page Code Monkey logo

apacheconf.tmlanguage's Introduction


 ┌───┐ ┌───┐ ┌───┐ ┌───┐ ┌───┐ ┌───┐ ┌───┐ ┌───┐  Mobile Developer @ Shopify
││ @ │││ c │││ o │││ l │││ i │││ n │││ t │││ a ││
││___│││___│││___│││___│││___│││___│││___│││___││
│╱___╲│╱___╲│╱___╲│╱___╲│╱___╲│╱___╲│╱___╲│╱___╲│ Please no recruiters.

Ashen and Mechy are, imo, my funnest projects. A lot of the other code in here is more than a bit old. I maintain lots of Sublime Text plugins, and am usually available to support those (I'm not always eager to write features for you – if you want a feature, please consider opening a PR).

I have my github notifications silenced – I get far too many of them – so if I'm late to reply that's why. Ping me using email, "colinta @ take a lucky guess" (hint: http://colinta.com is mine)

apacheconf.tmlanguage's People

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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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

apacheconf.tmlanguage's Issues

ifModule

ifModule is allowed, but is not highlighted by this package; only IfModule is.

[feature request] Syntax highlighting for Regular Expressions

Hi,

this plugin is very nice, it really makes working with large apache conf files more enjoyable.

Before I found this I always worked with "Regular Expressions" Syntax Highlighting on those files.

Now, I'm missing them a bit. Is it possible to combine both?

Thanks,
Daniel

Remove the dot `.` on the package name `ApacheConf.tmLanguage`

On wbond/package_control_channel#2524 (Test against package names containing periods) was determinate that Sublime Text 3 cannot support package names within dot on their names. Then all the packages with dot . on their names should either be renamed without the dot, or marked as Sublime Text 2 supported.

If after sometime, a pull request to package_control_channel removing the dot . on the package name is not sent, the package will be marked as supported by Sublime Text 2 only. Currently the package is marked as supported by all versions of Sublime Text.

Reindent lines

Is it possible to re-indent all lines?

I have a file that is not indented correctly:

<VirtualHost *:80>
<Directory "/var/www/html">
# comment
        AllowOverride All
Order Allow,Deny
    Allow from all
        Require all granted
</Directory>
    # comment
</VirtualHost>
# comment

STEPS:

  • Select all
  • Edit >Line >Reindent

Nothing is re-indent.
If XML highlight, re-indent is done correctly, but commenting is not correct!

EXPECTED:

<VirtualHost *:80>
    <Directory "/var/www/html">
        # comment
        AllowOverride All
        Order Allow,Deny
        Allow from all
        Require all granted
    </Directory>
    # comment
</VirtualHost>
# comment

Error on loading

Hi,

I've just installed ApacheConf on a Mac mini M1 running ST 4102 and got this error:

Error loading syntax file "Packages/MarkdownEditing/Markdown.sublime-syntax": Unable to read Packages/MarkdownEditing/Markdown.sublime-syntax

Any idea?
Thanks in advance.

doesn't show up in package control

At least not on ST3 on OSX. I was able to install using Package Control: Advanced Install Package by simply typing ApacheConf.tmLanguage though

A few commands not have highlighting

From @Nitrinax on September 10, 2016

following syntax commands are not highlighted on windows

  • ErrorLogFormat
  • GlobalLog
  • PHPIniDir
  • SSLHonorCipherOrder
  • SSLCompression
  • SSLUseStapling
  • SSLStapling*
  • SSLCARevocationCheck
  • SSLSRPVerifierFile
  • SSLSessionTickets
  • RequestReadTimeout
  • ProxyHTML*
  • MaxRanges

Copied from original issue: mrmlnc/vscode-apache#1

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.