From a38b64e1a1bf14dd9c42629f219b0e422aebe52a Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 11 Apr 2023 17:30:08 +0300 Subject: Add hover and go to definition to extension --- .../language-configuration.json | 41 ---------------------- 1 file changed, 41 deletions(-) delete mode 100644 atk16-syntax-highlighting/language-configuration.json (limited to 'atk16-syntax-highlighting/language-configuration.json') diff --git a/atk16-syntax-highlighting/language-configuration.json b/atk16-syntax-highlighting/language-configuration.json deleted file mode 100644 index c186b1b..0000000 --- a/atk16-syntax-highlighting/language-configuration.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "comments": { - "lineComment": ";" - }, - "brackets": [ - [ - "{", - "}" - ], - [ - "[", - "]" - ], - [ - "(", - ")" - ] - ], - "autoClosingPairs": [ - [ - "{", - "}" - ], - [ - "[", - "]" - ], - [ - "(", - ")" - ], - [ - "\"", - "\"" - ], - [ - "'", - "'" - ] - ] -} \ No newline at end of file -- cgit v1.3