Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

# symbols in extended regex #22

Closed
adrusi opened this issue Feb 14, 2011 · 1 comment
Closed

# symbols in extended regex #22

adrusi opened this issue Feb 14, 2011 · 1 comment

Comments

@adrusi
Copy link

adrusi commented Feb 14, 2011

symbols are interpreted as comments in extended regex even if they are escaped, which works when run

@jashkenas
Copy link
Owner

Thanks for noticing. Here's a patch that (while imperfect), will stop highlighting # as a comment, within a heregex, when immediately preceded by a \

minusfive added a commit to minusfive/coffee-script-tmbundle that referenced this issue Jun 30, 2011
…mbundle

* 'master' of https://github.com/jashkenas/coffee-script-tmbundle: (22 commits)
  recognize hashbang signature
  "Compile and Display JS" command: show line numbers!
  Syntax highlight compiled display
  fixing herecomment highlighting.
  removing bundleUUID
  Fixed bug in multi-line comment
  Structured the items in the menu so you can find what you're looking for
  Removed bundleUUID keys
  Issue jashkenas#13, indendation rules for function arrows.
  Issue jashkenas#22. comment symbols in extended regexes, when immediately escaped.
  adding do as a keyword
  Adding "f = (params) ->" to scope selector and to Symbol List. Command+Shift+T now shows function definitions.
  Highlight constructors with more than two dots - eg: new Foo.Bar.Baz
  Enable comment text reformatting
  merged fork from jrus
  Disliked font-size: 22 on output
  Added grammer for annotations
  change commands to use 'pre' tool. This escapes < and &, and wraps output in an HTML skin.
  Support dots in class names
  Added TM_COFFEE shell variable, so you can set a different path to coffee.
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants