Answer the question
In order to leave comments, you need to log in
Sublime new syntax, how to add a simple property?
Today a new Sublime update has been released and a new syntax has been introduced, .sublime-syntax
Instructions here https://www.sublimetext.com/docs/3/syntax.html
how to modify this file so that it understands how nesting is in Sass. not necessarily mixins, etc.. simple nesting
Answer the question
In order to leave comments, you need to log in
This is not a "new syntax", but a new syntax definition file format, which you therefore do not modify in any way. Documentation , the simplest example of creating your own syntax .
As you can see, editing syntax files is quite difficult, and it is best to use ready-made ones. For SASS , a plugin of the same name is recommended , if you don’t like something in it, you should try to write to the developers , or better, immediately to the English forum Sublime Text 3 .
Thank you.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question