Git Product home page Git Product logo

sublimedreamweaver's People

Contributors

nosykretts avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sublimedreamweaver's Issues

Javascript $ symbol

Hi!
I found an issue using jQuery on Javascript. The $ character is coloring blue, when it should be black, as it opens a jQuery function.

Example:
$(document).ready(
function() { alert('something') }
);

Can this be fixed?
Thanks a lot!

Small details

  1. : and ; characters are usually pink in HTML and CSS environment.
  2. CSS attributes have a dark blue color, compared to the usual blue.

Just nice-to-have stuff.
Thanks again and sorry for all the posts.

Strange colors in Javascript

Last one :)
In the following example:

function(event, ui) {
$(this).val(ui.item.label).next().val(ui.item.value);
$("#projectCode").html(ui.item.code);
$("#projectName").html(ui.item.label);
$("#projectType").html(ui.item.type);
$("#a_links").val(ui.item.a_links);
$("#links").val(ui.item.links);
return false;
}

Why do I get "label", "code", "type", "next"... in green?
Hope we can solve these issues, the color scheme is awesome.
Thanks a lot!

Individual HTML tag colors not applied

I've just installed this color theme by following your instructions in the README file. However I can't get individual html tags working, such as img and a. I've replaced the HTML.tmLanguage file in Packages/HTML - is that correct? You mention a 'Data' folder but I don't have any such folder (I'm running Sublime Text 2.0.2 on OSX).

Any help would be greatly appreciated - I'm transitioning from Dreamweaver so this color scheme is a great help!

Opening PHP tags inside Javascript quotes

Hi there! I love this plugin, it's awesome.
I'm just wondering if it is possible to fix this issue. When opening a php tag inside quotes, the php tag (and whatever comes after) is not coloring.

Example:
function hiWorld() { alert('<?php echo "hello world" ?>'); }

This also happens inside CSS tags:
.someStyle { width:<?php echo $w ?>px; }

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.