DefaultPackages icon indicating copy to clipboard operation
DefaultPackages copied to clipboard

Old bug tracker for Sublime Text's "Default Packages", e.g. bad syntax highlighting

Results 8 DefaultPackages issues
Sort by recently updated
recently updated
newest added

ST's default Groovy Syntax package does not highlight all double-quoted strings properly. moved from here: https://github.com/SublimeTextIssues/Core/issues/653 easy to reproduce: ``` /* MacOSX, ST3, b3065, registered if Syntax is set to...

S: minor
T: bug
C: Groovy

_From @niallsmart on August 4, 2013 18:2_ ST3's Ruby HAML highlighter does not correctly highlight tag names containing hyphens – it stops at the first hyphen. For example, in the...

S: minor
T: enhancement
with patch
C: Ruby

_From @onetrev on May 9, 2014 18:44_ Previously, in Sublime Text 2, you could type the beginning of a class name (or ID) in your CSS file and a pop-up...

S: minor
T: bug
T: enhancement
with patch
C: CSS

OS: Ubuntu 14.04 Version: Sublime Text Build 3083 When using case statements and syntax is set to bash, reindenting the file results in case statements looking like this: (indentation is...

S: trivial
T: bug
C: ShellScript

The lisp syntax highlighting incorrectly treats `?\"` as the start of a string, where in fact it is a character literal. This results in an inversion of string/non-string regions: ![screenshot...

S: major
T: enhancement
C: Lisp

_From @friedman101 on December 9, 2015 18:40_ reindent produces this (incorrect) code indention: ``` if (cat && dog && horse){ a b } ``` _Copied from original issue: SublimeTextIssues/Core#1036_

S: minor
T: bug
C: C/C++

_From @jptalton on February 4, 2015 16:40_ OS: OSX, ST: Stable 3065 ruby suggests using: ``` fail Exception, 'msg' # no good :( ``` over: ``` fail Exception.new('msg') # good,...

S: trivial
T: enhancement
C: Ruby

_From @xouabita on September 27, 2013 12:44_ There is some problem with this code : ``` class point : int -> int -> object val x : int val y...

S: minor
T: bug
C: OCaml