├── LICENSE ├── Preferences ├── Comments.tmPreferences ├── Goto Symbol.tmPreferences └── Miscellaneous.tmPreferences ├── README.md ├── Syntaxes ├── SCSS.sublime-syntax ├── Sass.sublime-syntax ├── syntax_test.SCSS └── syntax_test.Sass ├── messages.json └── messages ├── 0.2.0.txt ├── 1.0.0.txt ├── 1.2.2.txt └── install.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P233/Syntax-highlighting-for-Sass/HEAD/LICENSE -------------------------------------------------------------------------------- /Preferences/Comments.tmPreferences: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P233/Syntax-highlighting-for-Sass/HEAD/Preferences/Comments.tmPreferences -------------------------------------------------------------------------------- /Preferences/Goto Symbol.tmPreferences: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P233/Syntax-highlighting-for-Sass/HEAD/Preferences/Goto Symbol.tmPreferences -------------------------------------------------------------------------------- /Preferences/Miscellaneous.tmPreferences: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P233/Syntax-highlighting-for-Sass/HEAD/Preferences/Miscellaneous.tmPreferences -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P233/Syntax-highlighting-for-Sass/HEAD/README.md -------------------------------------------------------------------------------- /Syntaxes/SCSS.sublime-syntax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P233/Syntax-highlighting-for-Sass/HEAD/Syntaxes/SCSS.sublime-syntax -------------------------------------------------------------------------------- /Syntaxes/Sass.sublime-syntax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P233/Syntax-highlighting-for-Sass/HEAD/Syntaxes/Sass.sublime-syntax -------------------------------------------------------------------------------- /Syntaxes/syntax_test.SCSS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P233/Syntax-highlighting-for-Sass/HEAD/Syntaxes/syntax_test.SCSS -------------------------------------------------------------------------------- /Syntaxes/syntax_test.Sass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P233/Syntax-highlighting-for-Sass/HEAD/Syntaxes/syntax_test.Sass -------------------------------------------------------------------------------- /messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P233/Syntax-highlighting-for-Sass/HEAD/messages.json -------------------------------------------------------------------------------- /messages/0.2.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P233/Syntax-highlighting-for-Sass/HEAD/messages/0.2.0.txt -------------------------------------------------------------------------------- /messages/1.0.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P233/Syntax-highlighting-for-Sass/HEAD/messages/1.0.0.txt -------------------------------------------------------------------------------- /messages/1.2.2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P233/Syntax-highlighting-for-Sass/HEAD/messages/1.2.2.txt -------------------------------------------------------------------------------- /messages/install.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/P233/Syntax-highlighting-for-Sass/HEAD/messages/install.txt --------------------------------------------------------------------------------