Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 6a8440f

Browse files
committed
Define a language name
1 parent 9953413 commit 6a8440f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cpp.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import {flatIndent, continuedIndent, delimitedIndent, indentNodeProp,
77
/// parser](https://github.com/lezer-parser/cpp), extended with
88
/// highlighting and indentation information.
99
export const cppLanguage = LRLanguage.define({
10+
name: "cpp",
1011
parser: parser.configure({
1112
props: [
1213
indentNodeProp.add({

0 commit comments

Comments
 (0)