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.color_utils.html | 111 +-------------------------------- 1 file changed, 1 insertion(+), 110 deletions(-) (limited to 'doc/modules/colorizer.color_utils.html') diff --git a/doc/modules/colorizer.color_utils.html b/doc/modules/colorizer.color_utils.html index 6e26961..f685731 100644 --- a/doc/modules/colorizer.color_utils.html +++ b/doc/modules/colorizer.color_utils.html @@ -42,6 +42,7 @@
  • buffer_utils
  • color_utils
  • matcher_utils
  • +
  • sass
  • trie
  • utils
  • @@ -66,19 +67,6 @@ color_name_parser (line, i, opts) Grab all the colour values from vim.api.nvim_get_color_map and create a lookup table. - - - sass_cleanup (buf) - Cleanup sass variables - - - 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. - - - sass_name_parser (line, i, buf) - Parse the given line for sass color names - check for value in SASS[buf].DEFINITIONS_ALL rgb_function_parser (line, i) @@ -168,103 +156,6 @@ - -
    - - sass_cleanup (buf) -
    -
    - Cleanup sass variables - - -

    Parameters:

    - - - - - - -
    -
    - - 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:

    - - -

    Returns:

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

    Parameters:

    - - -

    Returns:

    -
      - - number|nil, string|nil -
    - - - -
    -- cgit v1.2.3-70-g09d2