git.fiddlerwoaroof.com
Ed Langley authored on 29/10/2020 23:51:45
Showing 3 changed files
... ...
@@ -1 +1,2 @@
1 1
 *~
2
+/xcuserdata/
... ...
@@ -2,9 +2,10 @@
2 2
   
3 3
 fiddlerwoaroof's note: I took this code from
4 4
 http://lemonodor.com/archives/001232.html and cleaned it up to work
5
-with modern OS X/macOS: I removed AGRegex and just use
6
-NSRegularExpression and made other minor tweaks to get it to build and
7
-run on High Sierrra.  
5
+with modern OS X/macOS: I removed the code to parse lisp files and
6
+generate metadata and replaced it with code to parse Java files using
7
+tree-sitter: it should be relatively easy to adapt this to use any
8
+other tree-sitter parser.
8 9
 
9 10
 * Lemonodor's README (extracted from README.pdf, typos mine :) ):
10 11
 
... ...
@@ -219,6 +219,7 @@
219 219
 			hasScannedForEncodings = 1;
220 220
 			knownRegions = (
221 221
 				en,
222
+				English,
222 223
 			);
223 224
 			mainGroup = 089C166AFE841209C02AAC07 /* Python Metadata Importer */;
224 225
 			projectDirPath = "";