Skip to content

Commit 04d4118

Browse files
authored
chore: Bump asm grammar (#301)
1 parent 6b9890a commit 04d4118

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
## Unreleased
4+
- Bump `Assembly` grammar
45

56
## 0.12.90 - 2023-12-27
67

queries/asm/highlights.scm

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
kind: (_) @function.call)
88

99
; Comments
10-
(line_comment) @comment
10+
[
11+
(line_comment)
12+
(block_comment)
13+
] @comment @spell
1114

1215
; Literals
1316
(int) @number

repos/asm

Submodule asm updated from 36dc26a to 0ed44ec

0 commit comments

Comments
 (0)