<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="276383" data-post-id="276383">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="egze" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/egze/120/13522_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  egze
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>How would I change the order of snippets? If I wanted <code>def</code> and <code>defp</code> to be at the top. Is it a <code>ElixirSyntax</code> capability or I should make a custom snippet?</p>
<p></p><div class="lightbox-wrapper"><a class="lightbox" href="https://forum.elixirforum.com/uploads/default/original/3X/c/d/cd839f858b729d48f1395c1b8ffbc3e794f6be42.jpeg" data-download-href="https://forum.elixirforum.com/uploads/default/cd839f858b729d48f1395c1b8ffbc3e794f6be42" title="defp" rel="nofollow"><img src="https://forum.elixirforum.com/uploads/default/original/3X/c/d/cd839f858b729d48f1395c1b8ffbc3e794f6be42.jpeg" alt="defp" data-base62-sha1="tk3SJ6hNl06hrT7UExjkH9fCnqW" width="690" height="424" data-dominant-color="413E38"><div class="meta"><svg class="fa d-icon d-icon-far-image svg-icon" aria-hidden="true"><use href="#far-image"></use></svg><span class="filename">defp</span><span class="informations">1200×739 65.5 KB</span><svg class="fa d-icon d-icon-discourse-expand svg-icon" aria-hidden="true"><use href="#discourse-expand"></use></svg></div></a></div><p></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="276383" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/elixir-package-for-sublime-text-4/42479/32">Post #31</a>
	                </div>
	            </div>
              <div id="likers-container-276383" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="276383"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #31"></div>
  </section>
</div>
    <div class="postbit" id="276388" data-post-id="276388">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="aziz" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/aziz/120/35984_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  aziz
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Hey! Those snippets are coming from elixir-ls and the LSP-elixir plugin. I don’t know if they are customizable, but as a work-around you can easily create snippets yourself:</p>
<p>Store this XML text in <code>Packages/User/Kernel.def.sublime-snippet</code>:</p>
<pre data-code-wrap="xml"><code class="lang-xml">&lt;snippet&gt;
  &lt;content&gt;&lt;![CDATA[def $1($2) do
end]]&gt;&lt;/content&gt;
  &lt;tabTrigger&gt;def&lt;/tabTrigger&gt;
  &lt;scope&gt;source.elixir&lt;/scope&gt;
  &lt;description&gt;Kernel.def/2&lt;/description&gt;
&lt;/snippet&gt;
</code></pre> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="276388" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/elixir-package-for-sublime-text-4/42479/33">Post #32</a>
	                </div>
	            </div>
              <div id="likers-container-276388" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="276388"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #32"></div>
  </section>
</div>
    <div class="postbit" id="289828" data-post-id="289828">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="abar" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/abar/120/30760_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  abar
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Hi everyone, just wanted to ask, if anyone else has freezes with <code>ElixirSyntax</code>?</p>
<p>I’m using it with Sublime Text 4 to edit a phoenix project (while <code>mix phx.server</code> is on), but even in a simple cases I get freezes that may last up to 2 seconds.</p>
<p>One example: <code>defp format(n), do: n</code>, as I typed <code>do:</code> editor froze, had to wait a few seconds to see <code>n</code>. Another example: typing <code>@constant []</code> gives a freeze.</p>
<p>And it’s not exclusive to typing, sometimes freezing occurs even if when I use backspace and delete whitespaces, for example.</p>
<p>It didn’t happen with any other plugins, and disabling <code>ElixirSyntax</code> seems to fix the issue. “I use arch btw” if that’s relevant.</p>
<p>I tried to change <code>output_scroll_time</code> in settings, but it changed nothing.</p>
<p>Apart from that it is a great plugin, and I love the .heex file support - so I would like to see if there’s a way to get it working without those disruptive interruptions.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="289828" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/elixir-package-for-sublime-text-4/42479/34">Post #33</a>
	                </div>
	            </div>
              <div id="likers-container-289828" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="289828"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #33"></div>
  </section>
</div>
    <div class="postbit" id="289851" data-post-id="289851">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="aziz" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/aziz/120/35984_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  aziz
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Hi, abar!</p>
<p>That’s rather strange. I couldn’t reproduce the freezes using your examples. Maybe the set of plugins you have installed may cause negative interactions? Do you still have the <code>Elixir</code> plugin installed?</p>
<p>Please share your list of plugins if you don’t mind. <img src="https://forum.elixirforum.com/images/emoji/apple/+1.png?v=15" title=":+1:" class="emoji" alt=":+1:" loading="lazy" width="20" height="20"></p>
<p>Also: can you make out what exactly spikes the CPU using htop?</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="289851" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/elixir-package-for-sublime-text-4/42479/35">Post #34</a>
	                </div>
	            </div>
              <div id="likers-container-289851" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="289851"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #34"></div>
  </section>
</div>
    <div class="postbit" id="289858" data-post-id="289858">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="abar" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/abar/120/30760_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  abar
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Hi <a href="https://forum.elixirforum.com/u/aziz" rel="nofollow">aziz</a>, sorry, my bad. In the process of recording a screencast for freezes, I have noticed that I have <code>ElixirSublime</code> package activated too.</p>
<p>Disabling it fixed the issue, now everything works as expected. My apologies for the distraction <img src="https://forum.elixirforum.com/images/emoji/apple/upside_down_face.png?v=15" title=":upside_down_face:" class="emoji" alt=":upside_down_face:" loading="lazy" width="20" height="20"></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="289858" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/elixir-package-for-sublime-text-4/42479/36">Post #35</a>
	                </div>
	            </div>
              <div id="likers-container-289858" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="289858"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #35"></div>
  </section>
</div>
    <div class="postbit" id="289862" data-post-id="289862">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="aziz" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/aziz/120/35984_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  aziz
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Hey, no worries. Enjoy developing with <code>ElixirSyntax</code>! <img src="https://forum.elixirforum.com/images/emoji/apple/grinning.png?v=15" title=":grinning:" class="emoji" alt=":grinning:" loading="lazy" width="20" height="20"></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="289862" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/elixir-package-for-sublime-text-4/42479/37">Post #36</a>
	                </div>
	            </div>
              <div id="likers-container-289862" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="289862"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #36"></div>
  </section>
</div>
    <div class="postbit" id="317298" data-post-id="317298">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="distefam" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/distefam/120/31082_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  distefam
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p><a class="mention" href="/u/aziz" rel="nofollow">@aziz</a> Now that there is a <a href="https://packagecontrol.io/packages/TreeSitter" rel="noopener nofollow ugc">TreeSitter plugin</a> for SublimeText, would it be possible to update/simplify ElixirSyntax to work with its definitions for nodes rather than the scopes provided by SublimeText? It might be that I’m not understanding what is possible with the API provided by the TreeSitter plugin though and that it might not be possible to develop a color scheme based on it for SublimeText.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="317298" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/elixir-package-for-sublime-text-4/42479/38">Post #37</a>
	                </div>
	            </div>
              <div id="likers-container-317298" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="317298"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #37"></div>
  </section>
</div>
    <div class="postbit" id="317344" data-post-id="317344">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="aziz" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/aziz/120/35984_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  aziz
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Hi, <a class="mention" href="/u/distefam" rel="nofollow">@distefam</a>! That’s interesting! Thanks for pointing this out. I’ve been checking out what the plugin is capable of, but I’m not sure how it could join forces with ST. Sublime’s syntax engine isn’t really controllable through Python code. You can add individual text regions with styles on top of the already highlighted code, but it would be crazy inefficient and slow to highlight views solely with TreeSitter’s AST info and ST API calls to <code>add_regions()</code>. I imagine the plugin could be useful for code navigation or listing symbols, but then again LSP-elixir and ST already do that (for better or worse.)</p>
<p>It isn’t really meaningful to adapt ElixirSyntax because ST syntax definitions (YAML files with stacked regular expressions) and TreeSitter grammars are different technologies. The only thing I believe would make sense is if ST ditched its engine and replaced it with TreeSitter entirely. But as I mentioned in my original posting, judging from <a href="https://github.com/tree-sitter/tree-sitter/issues/139" rel="noopener nofollow ugc">an exchange on GitHub</a> that’s probably not gonna happen. Who knows, maybe it will happen when TreeSitter editors start leaving ST in the dust, but for me there isn’t one out there yet that does it for me.</p>
<p>I’ll continue looking into this. It’s new and definitely exciting. <img src="https://forum.elixirforum.com/images/emoji/apple/+1.png?v=15" title=":+1:" class="emoji" alt=":+1:" loading="lazy" width="20" height="20"></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="317344" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/elixir-package-for-sublime-text-4/42479/39">Post #38</a>
	                </div>
	            </div>
              <div id="likers-container-317344" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="317344"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #38"></div>
  </section>
</div>
    <div class="postbit" id="339840" data-post-id="339840">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="aziz" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/aziz/120/35984_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  aziz
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Hey, everyone! I can finally announce version 4 of this plugin:</p>
<aside class="onebox allowlistedgeneric" data-onebox-src="https://github.com/elixir-editors/elixir-sublime-syntax/releases/tag/v4.0.0">
  <header class="source">
      <img src="https://github.githubassets.com/favicons/favicon.svg" class="site-icon" alt="" width="32" height="32">

      <a href="https://github.com/elixir-editors/elixir-sublime-syntax/releases/tag/v4.0.0" target="_blank" rel="noopener nofollow ugc">GitHub</a>
  </header>

  <article class="onebox-body">
    <div class="aspect-image" style="--aspect-ratio:690/344;"><img src="https://opengraph.githubassets.com/6e05a94192b4d0e2fa4e404ed9a28743b7155c7f00a344813205d8c82ff99504/elixir-editors/elixir-sublime-syntax/releases/tag/v4.0.0" class="thumbnail" alt="" width="690" height="345"></div>

<h3><a href="https://github.com/elixir-editors/elixir-sublime-syntax/releases/tag/v4.0.0" target="_blank" rel="noopener nofollow ugc">Release v4 · elixir-editors/elixir-sublime-syntax</a></h3>

  <p>Elixir: improved matching of right-arrow clauses.
Elixir: recognize SQL strings inside query("..."), query(Repo, "..."), query_many("..."), query_many(Repo, "...") (including bang versions).
Elixir...</p>


  </article>

  <div class="onebox-metadata">
    
    
  </div>

  <div style="clear: both"></div>
</aside>

<p>However, I’d also like to inform you that this will be the last version I’m going to release, except perhaps for minor bug-fix releases.</p>
<p>ST has served me well over the years, but I’m excited about <a href="https://zed.dev" rel="noopener nofollow ugc">Zed</a> and plan on switching to it completely eventually. Zed isn’t quite there yet, but it’s in active development and becoming more and more usable with each release. Some of the reasons I wish to switch to Zed are:</p>
<ul>
<li>ST’s syntax highlighting “technology” is a dead-end and absolutely no fun to work with (I actually feel burnt out now when I look at it).</li>
<li>Zed is pretty much on par with ST when it comes to speed and memory consumption.</li>
<li>Updates for ST are too infrequent and don’t bring any cool noticeable improvements like I’ve seen in Zed.</li>
<li>Longstanding annoying issues aren’t fixed. They are minor but maddening when they happen, like randomly not being able to comment out code with a shortcut anymore. Or when switching from file to project search, it messes up the search text. And then the search history itself is often confusing to me. I just don’t want to report bugs anymore. I feel they will go under and not be fixed for ages to come.</li>
<li>My favourite is when I format the current file with a shortcut that calls <code>mix format</code>, ST loves to just jump up several pages. (It seems this is affected by how many files are open.)</li>
<li>The search results view sucks. In Zed the results are syntax highlighted and you can even edit the code right there!</li>
<li>ST isn’t good at providing features that depend on the existence of a proper syntax tree. Like increasing the selection to a larger syntax node. While it works in simple cases, try expanding the selection to an HTML attribute value and then further to include the name…</li>
</ul>
<p>Anyway, I hope the plugin has been useful to many developers so far and wish you continued happy and productive coding with the tool of your choice! <img src="https://forum.elixirforum.com/images/emoji/apple/smile.png?v=15" title=":smile:" class="emoji" alt=":smile:" loading="lazy" width="20" height="20"></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="339840" data-batch-url="/posts/batch_likers">
                        4
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/elixir-package-for-sublime-text-4/42479/40">Post #39</a>
	                </div>
	            </div>
              <div id="likers-container-339840" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="339840"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #39"></div>
  </section>
</div>
    <div class="postbit" id="340804" data-post-id="340804">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="distefam" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/distefam/120/31082_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  distefam
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Thanks for the update, <a class="mention" href="/u/aziz" rel="nofollow">@aziz</a>. I’m still sticking with SublimeText for now and this is much appreciated. I, too, have been eyeing Zed. Unfortunately, Zed has <a href="https://github.com/zed-industries/zed/issues/7992" rel="noopener nofollow ugc">an issue that makes it completely unusable for me</a>. And, my concern about Zed is that it might become the next VS Code in terms of clutter and lack of focus. I still prefer SublimeText for this reason, but I do agree that the community surrounding it, including package development, seems to have waned. I’ve still yet to find an editor that gets out of my way as much as possible as Sublime, but hoping that Zed can resist the siren call of becoming too complex.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="340804" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/elixir-package-for-sublime-text-4/42479/41">Post #40</a>
	                </div>
	            </div>
              <div id="likers-container-340804" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="340804"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #40"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <a class="load-more-button" data-turbo-stream="true" href="/topics/42479/load_more?page=5">Load more posts (1 remaining)</a>
</div></template></turbo-stream>