Skip to content

Commit

Permalink
add gdscript support
Browse files Browse the repository at this point in the history
  • Loading branch information
fengjiongmax committed Oct 3, 2021
1 parent 8c08291 commit b58e6ed
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
2 changes: 2 additions & 0 deletions highlight/lib/languages/all.dart
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,14 @@ import 'vue.dart';
import 'graphql.dart';
import 'gn.dart';
import 'solidity.dart';
import 'gdscript.dart';

final communityLanguages = {
'vue': vue,
'graphql': graphql,
'gn': gn,
'solidity': solidity,
'gdscript': gdscript,
};
final builtinLanguages = {
'1c': lang1C,
Expand Down
27 changes: 27 additions & 0 deletions highlight/lib/languages/gdscript.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b58e6ed

Please sign in to comment.