Skip to content

Commit 7e851dc

Browse files
committed
docs: minor changes in blog entry.
1 parent b8aaf8b commit 7e851dc

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

  • site/content/blog/introducing-language-server

site/content/blog/introducing-language-server/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,27 +30,27 @@ to provide intelligent, context-aware features. This approach, based on the Lang
3030
that we can build a single, powerful engine for YARA-X and have it work across a wide range of editors without
3131
having to write a new extension from scratch for each one.
3232

33-
### A Smarter Way to Write YARA Rules
33+
### A smarter way to write YARA rules
3434

3535
So, what does the YARA-X Language Server mean for you? Here are some of the key features available today:
3636

37-
* **Real-time Diagnostics:** Say goodbye to the slow feedback loop of writing a rule, saving it, and running
37+
* **Real-time diagnostics:** Say goodbye to the slow feedback loop of writing a rule, saving it, and running
3838
it through a compiler only to find a simple syntax error. The language server analyzes your code as you type,
3939
highlighting mistakes and providing descriptive errors on the fly.
4040

41-
* **Advanced Autocompletion:** The server provides intelligent suggestions for module identifiers
42-
(e.g., `pe.`, `cuckoo.`), keywords, and more. This not only speeds up your writing but also helps you discover
43-
the rich features available in YARA-X without constantly referencing documentation.
41+
* **Advanced autocompletion:** The server provides intelligent suggestions for module identifiers (e.g., `pe.`, `cuckoo.`),
42+
keywords, and more. This not only speeds up your writing but also helps you discover the rich features available in
43+
YARA-X without constantly referencing documentation.
4444

45-
* **Go to Definition:** Working with large, complex rule sets that span multiple files? You can now instantly jump
45+
* **Go to definition:** Working with large, complex rule sets that span multiple files? You can now instantly jump
4646
to the definition of a rule or pattern, making it easier to navigate and understand your rules.
4747

48-
* **Automatic Formatting:** Keep your YARA rules consistent and clean with automatic code formatting. The language
49-
server can automatically format your code according to best practices, saving you time and ensuring readability.
48+
* **Automatic formatting:** Keep your YARA rules consistent and clean with automatic code formatting. The language server
49+
can automatically format your code according to best practices, saving you time and ensuring readability.
5050

5151
![demo.gif](demo.gif)
5252

53-
### Get Started Today
53+
### Get started today
5454

5555
The YARA-X Language Server is now available for Visual Studio Code. It's currently in beta, but you can install
5656
it from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=virustotal.yara-x-ls) and

0 commit comments

Comments
 (0)