Skip to content

Instantly share code, notes, and snippets.

@fetchTe
Created October 29, 2017 20:55
Show Gist options
  • Save fetchTe/995ad68bd4794568993868445b18415d to your computer and use it in GitHub Desktop.
Save fetchTe/995ad68bd4794568993868445b18415d to your computer and use it in GitHub Desktop.

Revisions

  1. fetchTe created this gist Oct 29, 2017.
    11 changes: 11 additions & 0 deletions flowide-highlighting.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    # Change highlighting fill

    __flowide/listeners/check.py__
    ```py
    # change view.add_regious to this
    view.add_regions(
    'flow_type_highlights',
    regions, 'string', 'dot',
    sublime.DRAW_NO_FILL
    )
    ```