diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-14 19:59:18 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-14 19:59:33 +0100 |
| commit | 9b7bda28db0200b628e5f6eb7021a5a717db2e73 (patch) | |
| tree | 2f477b0fe308da3554fbd0ab807c4c4725715311 /queries/highlights.scm | |
Initial grammar
Diffstat (limited to 'queries/highlights.scm')
| -rw-r--r-- | queries/highlights.scm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/queries/highlights.scm b/queries/highlights.scm new file mode 100644 index 0000000..c695f73 --- /dev/null +++ b/queries/highlights.scm @@ -0,0 +1,14 @@ +(component_label) @variable.component_label +(position) @punctuation.position +(real_number) @number.real_number +(shape) @punctuation.shape +(shape_label) @parameter.optional +(dependency_type) @punctuation.dependency_type +(evolution) @keyword.evolution +(sign) @operator.sign +(inertia) @keyword.inertia +(stage) @keyword.stage +(stage_number) @keyword.stage_number +(note) @keyword.note +(text) @string.text +(group) @keyword.group |