ZIm/crates/languages/src
Muhammad Talal Anwar 2f7430af70
c: Add runnable for main function (#18720)
Release Notes:

- Added Runnable for C main function

This tags can then be used in tasks, for example:

```json
[
  {
    "label": "Run ${ZED_STEM}",
    "command": "gcc",
    "args": [
      "$ZED_FILE",
      "-o",
      "${ZED_DIRNAME}/${ZED_STEM}.out",
      "&&",
      "${ZED_DIRNAME}/${ZED_STEM}.out"
    ],
    "tags": ["c-main"]
  }
]

```
2024-10-04 17:28:12 +02:00
..
bash Recognize PKGBUILD as bash script (#10946) 2024-04-25 09:44:52 -04:00
c c: Add runnable for main function (#18720) 2024-10-04 17:28:12 +02:00
cpp Improve C++ Tree-sitter queries (#18016) 2024-09-30 10:27:30 +02:00
css Improve CSS highlighting for property_name (#17324) 2024-09-17 11:53:52 -04:00
go assistant: Add annotations to more languages (#15866) 2024-08-07 13:47:21 +02:00
gomod File context for assistant panel (#9712) 2024-03-29 13:55:01 -07:00
gowork File context for assistant panel (#9712) 2024-03-29 13:55:01 -07:00
javascript Revert "Make selection more consistent across languages (#17084)" (#17175) 2024-08-30 18:01:39 -04:00
jsdoc Clean up whitespace (#10755) 2024-04-23 13:31:21 -04:00
json Add escape string highlights to JSON and JSONC files (#18138) 2024-09-20 12:20:14 -04:00
jsonc Add escape string highlights to JSON and JSONC files (#18138) 2024-09-20 12:20:14 -04:00
markdown Detect 'MD' extension as Markdown (#18135) 2024-09-20 09:23:11 -04:00
markdown-inline Hide Markdown-Inline language from users with a new 'hidden' flag on language configs (#17104) 2024-08-29 11:23:33 -07:00
python Don't highlight Python function arguments as variables (#18252) 2024-09-24 15:46:06 +03:00
regex Add regex syntax highlighting for JS and TS (#7851) 2024-03-18 09:49:01 -06:00
rust Fix unnecessarily-specific struct pattern in rust outline query (#18297) 2024-09-24 12:08:22 -07:00
tsx typescript: Highlight is predicate keyword & ... spread pattern (#17787) 2024-09-13 08:11:27 -04:00
typescript typescript: Highlight is predicate keyword & ... spread pattern (#17787) 2024-09-13 08:11:27 -04:00
yaml yaml: Add single quotes to list of brackets (#16859) 2024-08-26 18:02:40 +02:00
bash.rs tasks: Expose captured variables to ContextProvider (#12134) 2024-05-22 19:45:43 +02:00
c.rs lsp: Remove reinstall, update config (#18318) 2024-09-25 10:45:56 -07:00
css.rs lsp: Remove reinstall, update config (#18318) 2024-09-25 10:45:56 -07:00
go.rs lsp: Remove reinstall, update config (#18318) 2024-09-25 10:45:56 -07:00
json.rs lsp: Remove reinstall, update config (#18318) 2024-09-25 10:45:56 -07:00
lib.rs Extract Protocol Buffers support into an extension (#18704) 2024-10-03 13:37:43 -04:00
python.rs Make python run local worktree LSPs (#18353) 2024-09-25 12:45:41 -07:00
rust.rs lsp: Remove reinstall, update config (#18318) 2024-09-25 10:45:56 -07:00
tailwind.rs lsp: Remove reinstall, update config (#18318) 2024-09-25 10:45:56 -07:00
typescript.rs lsp: Remove reinstall, update config (#18318) 2024-09-25 10:45:56 -07:00
vtsls.rs lsp: Remove reinstall, update config (#18318) 2024-09-25 10:45:56 -07:00
yaml.rs lsp: Remove reinstall, update config (#18318) 2024-09-25 10:45:56 -07:00