From 87ea253ae36fb195b7e723a266dbb1f28e0b87bc Mon Sep 17 00:00:00 2001 From: Akianonymus Date: Tue, 13 Sep 2022 21:32:45 +0530 Subject: Seperate sass code --- doc/modules/colorizer.sass.html | 188 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 188 insertions(+) create mode 100644 doc/modules/colorizer.sass.html (limited to 'doc/modules/colorizer.sass.html') diff --git a/doc/modules/colorizer.sass.html b/doc/modules/colorizer.sass.html new file mode 100644 index 0000000..45ec0d8 --- /dev/null +++ b/doc/modules/colorizer.sass.html @@ -0,0 +1,188 @@ + + + + + colorizer Docs + + + + +
+ +
+ +
+
+
+ + +
+ + + + + + +
+ +

Module colorizer.sass

+

Helper functions to parse sass color variables

+

+ +

+ + +

Functions

+ + + + + + + + + + + + + +
sass_cleanup (buf)Cleanup sass variables and watch handlers
sass_name_parser (line, i, buf)Parse the given line for sass color names + check for value in SASS[buf].DEFINITIONS_ALL
sass_update_variables (buf, line_start, line_end, lines, color_parser, options, options_local)Parse the given lines for sass variabled and add to SASS[buf].DEFINITIONS_ALL.
+ +
+
+ + +

Functions

+ +
+
+ + sass_cleanup (buf) +
+
+ Cleanup sass variables and watch handlers + + +

Parameters:

+
    +
  • buf + number +
  • +
+ + + + + +
+
+ + sass_name_parser (line, i, buf) +
+
+ Parse the given line for sass color names + check for value in SASS[buf].DEFINITIONS_ALL + + +

Parameters:

+
    +
  • line + string: Line to parse +
  • +
  • i + number: Index of line from where to start parsing +
  • +
  • buf + number +
  • +
+ +

Returns:

+
    + + number|nil, string|nil +
+ + + + +
+
+ + sass_update_variables (buf, line_start, line_end, lines, color_parser, options, options_local) +
+
+ Parse the given lines for sass variabled and add to SASS[buf].DEFINITIONSALL. + which is then used in |sassnameparser| + If lines are not given, then fetch the lines with linestart and line_end + + +

Parameters:

+
    +
  • buf + number +
  • +
  • line_start + number +
  • +
  • line_end + number +
  • +
  • lines + table|nil +
  • +
  • color_parser + function|boolean +
  • +
  • options + table: Buffer options +
  • +
  • options_local + table|nil: Buffer local variables +
  • +
+ + + + + +
+
+ + +
+
+
+generated by LDoc 1.4.6 +Last updated - September +
+
+ + -- cgit v1.2.3-70-g09d2