diff options
author | Michael Davis | 2024-02-14 16:55:55 +0000 |
---|---|---|
committer | GitHub | 2024-02-14 16:55:55 +0000 |
commit | 59369d99e2ed891206bd63c9b83b034da474920a (patch) | |
tree | beeec0ad0c4db1cd942af204a633e7a3ae876274 /runtime | |
parent | 4df08ddbe02f1e8d84c6aa4be810a91f83c73441 (diff) |
Bump tree-sitter-erlang, add `*.app.src` file-type (#9627)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/queries/erlang/highlights.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/queries/erlang/highlights.scm b/runtime/queries/erlang/highlights.scm index 741f5e54..6d0ec36d 100644 --- a/runtime/queries/erlang/highlights.scm +++ b/runtime/queries/erlang/highlights.scm @@ -145,8 +145,9 @@ ((atom) @constant.builtin.boolean (#match? @constant.builtin.boolean "^(true|false)$")) (atom) @string.special.symbol -(string) @string +[(string) (sigil)] @string (character) @constant.character +(escape_sequence) @constant.character.escape (integer) @constant.numeric.integer (float) @constant.numeric.float |