Skip to content

Commit b58e6ed

Browse files
committed
add gdscript support
1 parent 8c08291 commit b58e6ed

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

highlight/lib/languages/all.dart

+2
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,14 @@ import 'vue.dart';
187187
import 'graphql.dart';
188188
import 'gn.dart';
189189
import 'solidity.dart';
190+
import 'gdscript.dart';
190191

191192
final communityLanguages = {
192193
'vue': vue,
193194
'graphql': graphql,
194195
'gn': gn,
195196
'solidity': solidity,
197+
'gdscript': gdscript,
196198
};
197199
final builtinLanguages = {
198200
'1c': lang1C,

highlight/lib/languages/gdscript.dart

+27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)